SyntaxFix
Write A Post
Hire A Developer
Questions
You can use Process.Start:
Dim url As String = “http://www.example.com“ Process.Start(url)
This should open whichever browser is set as default on the system.