help button opens up browser?

D

Dev Singh

Is there any way I can get a 'menu item' to act as a link that open up a new
browser window and goes to a specific website?
I've looked around a lot and even found some custom controls that improve
upon the linklabel, but I don't know how to put code behind a button or
something else that will let me click it and have it open up a website.

Thanks.

Dev
 
J

Joël

you can try something like this :
System.Diagnostics.Process.Start("IExplore.exe","your url");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top