How do I start a process, such as launching a URL when the user clicks a button?
I used the following in my own program.
Process.Start("http://www.google.com/etc/etc/test.txt")
It's a bit basic, but it does the job for me.