Click to See Complete Forum and Search --> : Adding context-sensitive help after appwizard


Maikeru
April 22nd, 1999, 12:38 AM
Hi!

I would like to add a 'context-sensitive help' feature to my MFC(SDI) program. I know that there is an option that can be ticked to let Appwizard automically generate codes for this purpose but sadly, I didn't enabled it when i first create the application's skeleton. Is there a way for me to add in this feature right now? I seriously don't want re-create my application from scratch again :(

Any idea how to go about doing it? Thanks!!!

(^_^)
Maikeru Shimu

eric33
April 22nd, 1999, 01:51 AM
I thing the better thing for you is to make a new project with the help options in appwizard. Then try to copy the part of the online help done by the wizard.
Remember that ALL done by the wizard is only code and can be pasted.