How to Add a Help Button |
A Help button is a good candidate for turning into a separate class that you define once, and use often. For example, you may need a Help button on dialogs, where the What's This? help is not available. To add a Help button:
•Set its Label property to "Help". •Set its Action property to: HelpRunWinhelp() •If all your Help buttons are to call the same help file, set the Help File property as well.
If you did not specify the Help File property for the "Help Button" class, then specify it now for this particular instance. |