Click to See Complete Forum and Search --> : opening help file from menu


smchristensen
March 16th, 2001, 03:57 PM
I have attached a html help file to my app. I used install shield to put it in the program files with my program I want to open that up if they want to view the help menu. I need to gets it path some how, right?

How can I do this?

Johnny101
March 16th, 2001, 04:35 PM
in the Sub Main of your project (or whatever your "start-up object" is) - set the App.HelpFile property to the current directory:


Sub Form_Load()
App.HelpFile = App.Path & "\myhelpfile.chm"
End Sub




or something like that.

hope this helps,

john


John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org