Possible Duplicate:
Open a URL from Windows Forms
Hello!
I have a C# desktop application and I want to be able to have a link in it that will open a new browser window/tab (on the system default browser) in a specific webpage.
I’ve looked for this in the web but haven’t found anything yet.
Any help??
thanks…
You should use a LinkLabel control and Process.Start.
Here is an example how to use it.
PS. You really should start accepting answers if you want to get help in the future.