CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    4

    Adding context-sensitive help after appwizard

    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

  2. #2
    Join Date
    May 1999
    Posts
    318

    Re: Adding context-sensitive help after appwizard

    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.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured