How do I make a link on my application? So that when the user clicks on it then a browser should open and loading a specific page (rather than creating a stupid url file in the start menu)?
Printable View
How do I make a link on my application? So that when the user clicks on it then a browser should open and loading a specific page (rather than creating a stupid url file in the start menu)?
Well you can make a label and when they click the label you can have it show a form with your own webrowser that you can make with the webpage component in ur toolbar. Then u can have that load to a certain page with WebBrowser1.Navigate "http://www.cyber411.com" When you do form load.
If you need a example code of a webbrowser thing email me at [email protected] and i will send you my code.
http://www.vb-world.net/tips/tip149.html
I know there is at least one more tip other than this one. Hope it helps :)
Steve