VB: Advanced Web Browser inc Favourites 2/2 (Voice Tutorial)
Uploader Comments (iProRyan)
All Comments (23)
-
i too get the "Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value" error. How do i fix it?
-
I can't see any thing and the source code link is wrong what do you think our eyes???
we are humans not aliens with magnifing powers!!!
-
@KnucklesARouge thx
-
@pat30851 Well, I posted that comment nearly a month ago so I've forgotten. Just follow the video again and again until you get it right, that's what I did.
-
@KnucklesARouge i have the same problem what line did you forget also my favourites arent be loaded when i click them
-
Never mind, I forgot one line.
Guess what? You earned a subscriber. I LOVE YOU not gay
-
Favourites/Bookmarks aren't saving, and I did everything shown on the video about bookmarks
-
@derkjna under form1 load like this
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim browser As New WebBrowser TabControl1.TabPages.Add("New Page") so on
and so on CType(TabControl1.SelectedTab.
Controls.Item(0), WebBrowser).ScriptErrorsSuppre ssed = True End Sub
it seems to be working but when i want to debug it says
argumentoutofrangeexception was unhandled by user code
and next it says value -1 isn't usable as a value
value has to be between minimum and maximum
parametername: value
this is what i get at ToolStripProgressBar1.Maximum = e.MaximumProgress
ToolStripProgressBar1.Value = e.CurrentProgress
derkjna 10 months ago
@derkjna Urmm, not something i've come across before, maybe try looking on a visual basic forum?
iProRyan 10 months ago
how to maximize web browser?
CreativxNet 11 months ago
@CreativxNet dock in parent container?
iProRyan 11 months ago
How do you make it so you can delete a bookmark?
QsoftStudios 1 year ago
@QsoftStudios Im not exactly sure however if you look at some other bookmark manager tutorials im sure they would show you how
iProRyan 1 year ago