Here's how you can launch any website from your .NET Windows applications.
VB.NET Code:System.Diagnostics.Process.Start(http://www.nirandas.com)
This will launch the nirandas.com using the default browser.Just add ";" at the end to make it work in C#This way you can easily provide links to your website from the desktop programs created using .NET
"A post from my old collection"