-
I didn't do VB programming for like 2 years now. I now came back because I need to do a VB project.
I learned that to access a website you type
Private Sub cmdCommand1_Click()
WebBrowser1.GoHome
End Sub
it gives me the error Object Required. (I know this is very simple but please help me) How do I create teh WebBrowser1 object?
-
<?>
you need to add the webbrowser control to the form
-
Click Project>Custom Controls>Microsoft Internet Controls and check it. Than just add it to your form and everything should work.
-
i have a dll if you cant find the control .. just contact me at [email protected] and i'll tell ya whut to do...
-XeoN-