Is there a source code that, When you click a button on VisualBasic 6, It will pop a browser up, And goto that site? If so, What is it?
~:check:iCPblog:check:~ VB Helper:eek2:
Printable View
Is there a source code that, When you click a button on VisualBasic 6, It will pop a browser up, And goto that site? If so, What is it?
~:check:iCPblog:check:~ VB Helper:eek2:
There are several ways to display a web site. Suggest searching forum first, maybe using these search terms:
a) shell url
b) webbrowser url
c) shellexecute url
normally we add a browsercontrol
and use
browsercontrol1.navigate2("www.arran.net/catacol/thehideaway")
or some such url
hope this helps
See Post #2 here http://www.vbforums.com/showthread.php?t=668674 for an example using ShellExecute