Link to home
Start Free TrialLog in
Avatar of davidlam8888
davidlam8888

asked on

How to open an Html.file in VB.net

I want to open a helpfile wirtten in html which is located the same folder as VB.net source code

What command should I use?

Avatar of GoodJun
GoodJun

shell(iexplore.exe "file.html")
Avatar of davidlam8888

ASKER

It does not work, file not found!
 Shell("iexplore" & "\help.htm")
give the full path to iexplore.exe and help.html
And don't forget a space between iexplore.exe and file.html !
ASKER CERTIFIED SOLUTION
Avatar of iboutchkine
iboutchkine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial