Forum: Visual Basic
Feb 20th, 2006, 12:34 AM
|
|
Replies: 43
Views: 998
Heh.. I personally enjoy using the web browser...
Heh.. I personally enjoy using the web browser suplied in vb6. Add a web browser, and then, instead of your gotosite command, toss this in there
WebBrowser1.Navigate Text1.Text 'Text1.Text, or other...
|