In my Code I have the following:
Public Sub Command1_Click()
WebBrowser.Navigate "http://www.geocities.com/"
End Sub
This is correct, as my browser's name is in fact
WebBrowser, BUT, It says that there is no WebBrowser????
What do I do?
Printable View
In my Code I have the following:
Public Sub Command1_Click()
WebBrowser.Navigate "http://www.geocities.com/"
End Sub
This is correct, as my browser's name is in fact
WebBrowser, BUT, It says that there is no WebBrowser????
What do I do?
Works fine for me. But try renaming the WebBrowser.
Don't get me wrong, but did you put the webbrowser control on your form ?