Link to home
Start Free TrialLog in
Avatar of nolram
nolram

asked on

Call or Open CHM file in Visual Basic

hi! i just want to know how can i open an .CHM in Visual basic.
thanks.
ASKER CERTIFIED SOLUTION
Avatar of TILL
TILL

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
Avatar of nolram
nolram

ASKER

Thank you so much TILL
'til next time. peace
Shell("rundll32 url.dll,FileProtocolHandler " + "path and file name.chm", AppWinStyle.MaximizedFocus)