How can I have a button in my desktop application that causes the user\'s default browser to launch and display a URL supplied by the application\'s logic.
Process.Start("http://www.google.com");