To open a Website in the default Browser in C# and VB.NET you can use the snippet below.
Sample C#
System.Diagnostics.Process.Start("http://codesnippets.fesslersoft.de/");
Sample VB
System.Diagnostics.Process.Start("http://codesnippets.fesslersoft.de/")