I want my users to be able to click a button to open my company\'s webpage in the default browser when clicked. How would I do this?
I\'m using VB.net so all .net e
System.Diagnostics.Process.Start("http://www.example.com")