@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.
@CreativxNet when you go to size of the form just type in 1400;900 that is a size a reasonably screen so if you have that done and you press full screen it should cover you complete screen
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).ScriptErrorsSuppressed = True End Sub
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).ScriptErrorsSuppressed = True End Sub
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?
Willhux1 2 weeks ago
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!!!
Thebodiz 2 months ago
Never mind, I forgot one line.
Guess what? You earned a subscriber. I LOVE YOU not gay
KnucklesARouge 5 months ago
@KnucklesARouge i have the same problem what line did you forget also my favourites arent be loaded when i click them
pat30851 4 months ago
@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 4 months ago
@KnucklesARouge thx
pat30851 4 months ago
Favourites/Bookmarks aren't saving, and I did everything shown on the video about bookmarks
KnucklesARouge 5 months ago
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
@CreativxNet when you go to size of the form just type in 1400;900 that is a size a reasonably screen so if you have that done and you press full screen it should cover you complete screen
derkjna 10 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
Good Video if you haven't fixed it for that script error that popped up try this it fixed it for mine
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).ScriptErrorsSuppressed = True
mixsetup 1 year ago
@mixsetup Thanks for the extra Script errors, but I only get this is Debug so its not then end of the world. Thanks anyway!
iProRyan 1 year ago
@mixsetup were do i have to set it?
derkjna 10 months ago
@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).ScriptErrorsSuppressed = True End Sub
mixsetup 10 months ago
@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).ScriptErrorsSuppressed = True End Sub
mixsetup 10 months ago
Do you know how to remove favorites after they are added on? or was that in the video and im blind lol
TheyCallMeMrAnimator 1 year ago
@TheyCallMeMrAnimator No I dont sorry, I dont like the favourites I done here they are awful. I will look into making a much better bookmark control
iProRyan 1 year ago
@iProRyan ah alright, well i think its pretty nice, just a few kinks in it.
TheyCallMeMrAnimator 1 year ago