11-16-2007, 04:43 PM
|
#5
|
|
N00B Pwner
Last Online: 10-07-2009 10:14 PM
Join Date: Apr 2007
Location: In a House
Posts: 453
Rep Power: 3 Rep Points: 10
Points: 7,615.51
Bank: 38,432.60
Total Points: 46,048.11
|
Re: Mega Post of Tuts
Launching a Website Url in VB6
This is how to launch a site you enter specifically O the user enters.. using their default browser.
Add this code to your command button that you want if you click on it, it'll launch the website url:
Code:
OpenURL "Http://www.google.ca/"
Last edited by Derkel; 11-16-2007 at 04:50 PM.
|
|
|