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("https://codesnippets.fesslersoft.de/");

Sample VB

System.Diagnostics.Process.Start("https://codesnippets.fesslersoft.de/")

3 thought on “How to open a Website in the default Browser in C# and VB.NET”

Leave a Reply