C# – Open URL in default browser
by admin on Feb.15, 2012, under Programming
Short example code snipped / tutorial of how to open a URL in the Default Web Browser programmatically in your .NET Application:
System.Diagnostics.Process.Start("http://www.betamaster.us");