CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    1

    Html help in ActiveX control

    How do you get HtmlHelp to work in an ActiveX control particularly on a VB form? I have tried handling WM_HELPINFO, KEYDOWN, HELP, but no event happens. I can get a *.hlp to work, but that must have a different hook into the control


  2. #2
    Guest

    Re: Html help in ActiveX control

    Looking for the same answer. Have had some difficulty making this work. Two resources I know of: 1) www.keyworks.net for a working code example called CHHTRL 1.0 and 2) Wextech's Doc-To-Help has a product called Help-Extender which performs the same function.


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