Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Help File Help

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a compiled help screen I would like to call from a command button, How?<br><br>Thanks
 
What is it a .HLP file?<br>a form?<br>a report?<br><br> <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
 
To run your custom help file with a command button, write the following line of code for the onclick event of the button:

Shell &quot;C:\Windows\winhlp32.exe C:\Yourfolder\Yourhelp.hlp&quot;, vbNormalFocus

This runs the win help application, and tells it the path of your .hlp file to use.

Hope this helps
Nick Wilkinson
 
Nick,

Is it possible to have the help file open to the Index section when used in the command line you have postted above.

Do you know the code for how to use the .hlp file in the F-1 fuction context help ?


Thanks



Jack

 
Yes Jack I got it all to work what are you trying to do? Life's a journey enjoy the ride...

jazzz
 
Jazzz,

I am trying to use my hlp file so that when the user clicks the F-1 Key the subject for the section of help pops up. I have written the .hlp file with a program &quot;Help Creator&quot; located at C:\Program Files\Breit Technologies\Help Creator.

When I enter the Context Id for the subject I receive a blank help box.

It would be great if you could help me on this one.



Reguards

Jack Jackelini
jjackelini@amerisource.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top