Quote Originally Posted by Hack View Post
vb.net Code:
  1. System.Diagnostics.Process.Start("c:\myfile.htm")
Change the path and file name to suite your needs.

Will this open the specified HTML file in the users default browser? That seems like the obvious answer.