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
Printable View
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
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.