H
Herfried K. Wagner [MVP]
Hello,
'System.Diagnostics.Process.Start("C:\bla.html")' will start the default
browser with the file passed to the 'Start' method.
QT said: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).
'System.Diagnostics.Process.Start("C:\bla.html")' will start the default
browser with the file passed to the 'Start' method.