Friday, July 31, 2009

VB.net to open a web page on a button click

System.Diagnostics.Process.Start("http://www.website.com")

You can actually use this to open a text page, word document.  IT will open the document with the application associated with that type of file.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.