So, I finally got VB working.
And, I'm trying this tutorial:
[VB6] Creating your first VB program
Well, when I get to the second to last step, where I have to put this in:
Code:
WebBrowser1.Navigate ("http://www.gaiaonline.com") (I subbed in my own url instead of neopets.)
I put that in so it looks like this:
Code:
Private Sub Command1_Click (WebBrowser1.Navigate ("http://www.gaiaonline.com"))
When I press F5, I get this error:
Anyone know why?