Menu

help files

2002-09-20
2012-09-26
  • Nobody/Anonymous

    How put I a help file in my program?

     
    • Nobody/Anonymous

      Perhaps something like this will work for you:

      case IDM_HELPCONTENTS:
                        WinHelp( hwnd, (LPSTR) "HELPFILE.HLP",
                                 HELP_CONTENTS, 0L );
                        return 0;

      BR Kurt

       
    • Nobody/Anonymous

      Where do I have to put that? in the WM_CREATE case?

       
    • Nobody/Anonymous

      Hi,

      No you want to put that in your main message loop inside the switch as its own case.

      Kip

       
    • Nobody/Anonymous

      woops, sry, actually that goes inside your WM_COMMAND.

      Kip

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.