How to open a html file in internet explorer

  • Thread starter Thread starter William Ryan
  • Start date Start date
W

William Ryan

Imports System.Diagnostics

System.Diagnostics.Process.Start("yourFileName Here")
 
Dear Sirs,

I want to put a button which will start internet exploerer with specified
html page.

I try to use shell(), but with shell, I have to know where is the
explorer.exe

I just want to point a html file and that file starts internet explorer. Can
I do that?

Because I know where will be html file (in cd).

I want to make simple cd start application to start index page.

Best Regards
 
Back
Top