|
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 textbox, or something like
'"http://www.website.com/ , maybe "http://" & text1.text "
It is quite efficient, might I add..
|