CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  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.

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