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

    How to call correct help context in CDialogbar?

    Hello,

    my problem: pressing the F1-key in a CDialogbar calls WinHelp/HtmlHelp with the wrong help context.
    It is the main help context of the app.
    How can I call HtmlHelp with the help context of the CDialogbar?

    There is no problem if I use a normal CDialog!

    thx
    ralf
    Last edited by Ralf Schneider; July 15th, 2014 at 10:58 AM.

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

    Re: How to call correct help context in CDialogbar?

    Which parameters do you pass in the HtmlHelp?
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2001
    Posts
    306

    Re: How to call correct help context in CDialogbar?

    I do not pass a parameter. It is called by the framework.

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

    Re: How to call correct help context in CDialogbar?

    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