Help with a link problem

ss7thirty

Well-known member
Joined
Jun 14, 2005
Messages
455
Location
New Jersey, US
Programming Experience
5-10
What do I have to do to make someone's default browser bring them to a webpage as soon as they click on a certain menu item from the main menu.

Basically what I am doing is making a special type of calculator for poker and when they click a certain help item in the main menu I want them to be connected right to my webpage where I have the help page located.

Can anyone offer me a suggestion on how to get this done?
 
I am unsure if that will work as I think ss7thirty is talking about a visual basic.net app

VB.NET:
Process.start("http://yourhelppage.com")
 
Back
Top