Click here to Skip to main content
15,881,380 members
Articles / Desktop Programming / MFC
Article

Embedding an HTML Help window into a dialog

Rate me:
Please Sign up or sign in to vote.
3.75/5 (7 votes)
1 Feb 2000 159.8K   1.3K   31   32
Placing an embedded help window inside of a dialog, property sheet, or window.
  • Download demo project - 48 Kb
  • Sample Image - html_help.jpg

    CHHCtrl is an MFC class designed for placing an embedded help window inside of a dialog, property sheet, or window. The CHHCtrl class hosts shdocvw directly rather then using the HtmlHelp API. This bypasses the bugs in embedded help introduced with the version of HTML Help released with Visual Studio 6. It also gives you access to all IWebBrowser methods which means you can change HTML files on the fly -- for example, showing the actual key associations currently in effect for a program rather then the default set it ships with.

    This project also includes a CItsFile class that you can use for reading any file from a CHM (or ITS) file. It is used by the CHHCtrl class for convertting mapped ids into URLs, but you can use it to read any kind of data that is stored in the CHM file.

    Because of additions to MFC that CHHCtrl relies on, this project requires Visual Studio 6. You may be able to port it to an earlier version of Visual Studio, but expect a fair amount of work.

    The zip file includes additional information (chhctrl.htm) covering how to add CHHCtrl into your project, and documents other functionality that CHHCtrl provides.

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here


    Written By
    Web Developer
    United States United States
    This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

    Comments and Discussions

     
    GeneralProblem when using Visual Studio 2005 Pin
    Holger Farr19-May-06 1:34
    Holger Farr19-May-06 1:34 
    GeneralRe: Problem when using Visual Studio 2005 Pin
    kishoresoftware18-Apr-08 8:57
    kishoresoftware18-Apr-08 8:57 
    GeneralRe: Problem when using Visual Studio 2005 Pin
    Holger Farr20-Apr-08 23:52
    Holger Farr20-Apr-08 23:52 
    GeneralRe: Problem when using Visual Studio 2005 Pin
    feelapi24-Feb-10 18:44
    feelapi24-Feb-10 18:44 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.