Aug 30 2004
Opening a file/url with its default program
This is an old article and the information contained within it may be out of date, not reflect my current views and/or contain broken links. If you feel this article is still valid and requires updating, you can use the contact form to let me know. However, I make no guarantee that it will get updated.
Heres a little code tip to allow you to open a file or a website from within a VB.NET program using the system default program for that extension of the file or url:
System.Diagnostics.Process.Start("http://www.gringod.com")

web development company in kochi airport
GrinGod [dot] Com » Opening a file/url with its default program
nice post
How can I open a file URL with its default program on a Windows operating system?