I\'ve got a VB.NET WinForms app in which I have the need to refer the user to a web page with documentation/help. I realize the LinkButton would get the trick done, but what
System.Diagnostics.Process.Start("http://www.website.com");
should work