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

    Question Unable to launch chm file

    i am unable to launch the helpfile.

    Code:
    void CMGRDlg::OnHelpButtonClick() 
    {
           ::HtmlHelp( 0,_T("Manager.chm"),HH_DISPLAY_TOC, NULL);
    }
    Manager.chm is included in resource.

    plz help.

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Unable to launch chm file

    Manager.chm is included in resource.
    AFAIK, helpfiles are files on disk, not in the resources.

  3. #3
    Join Date
    Nov 2009
    Posts
    128

    Re: Unable to launch chm file

    i pasted the chm file in other folder and tried giving the full path .but still i can't load the chm file.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Unable to launch chm file

    I agree with Skizmo.
    Besides, there is also HH_GET_LAST_ERROR Command to get information about the last error that occurred in the HTML Help ActiveX control...
    Victor Nijegorodov

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