What is the best way to create a help file for an application ?
Printable View
What is the best way to create a help file for an application ?
simple way is to use the appwizard option for creating help for the application and modifying the .RTF file contents generated by the appawizard. Visual c++ will compile and make the .hlp for u.
other wise u can use other tools like robo helo or microsoft help workshop etc to generate help files.
Regards
S.K.Pradhan
Be sure to rate answers if it helped, to encourage them.
Can you give me the name of the appwizard option please ?
"context sencitive help" checkbox in step 4 of appwizard when u making an SDI application for example.
Be sure to rate answers if it helped, to encourage them.
and if I have already created my application ?