Use the following steps to develop the application code that adds help to
your application.
- Set up the help table and help subtable, and
include the help constants defined in PMHELP.H.
- Initialize the HELPINIT structure with a call
to DosLoadModule.
- Create a help instance.
- Associate the help instance with the application
window chain.
- Respond to messages for menu bar choices.
- End the help instance.
The following sections describe how to implement each of these steps.
[Back]
[Next]