View Single Post
Old Feb 20th, 2006, 12:34 AM   #16
Aether
Newbie
 
Aether's Avatar
 
Join Date: Feb 2006
Location: -=()N-=()=-C()=-
Posts: 1
Rep Power: 0 Aether is on a distinguished road
Send a message via AIM to Aether Send a message via MSN to Aether Send a message via Yahoo to Aether
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..
Aether is offline   Reply With Quote