|
|
Question
Answer by Martin Allen: The first thing to do is to set the HelpFile property of the App object. When doing this, you will need to make sure that if the program is located in the root of the drive, that there will not be too many '\' characters in the string:
Now, when the F1 key is pressed, the help file will be displayed. The code for your Help menu should be:
This presses the F1 key virtually, which in turn displays the help file. There should be no shortcut key for the menu item, which displays the help file as F1 is used to open the help file anyway. Martin Allen 1999 - 2005. Last updated Sunday 04 September 2005 02:35:31 PM +0100. |