c# open with default browser code example Example: c# open web page in default browser System.Diagnostics.Process.Start("http://google.com");