beta.blog

C# – Open URL in default browser

by 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");

Leave a Reply

*

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!