I have done all the .topic stuff, included the *.txt and *.h file into the Help.chm. I have all controls with the correct WhatsThisHelpID.
But during runtime i only get the complete helpfile shown using
If I'm trying the select a control with the QuestionMark mousepointer (that is trying to get the context help pop-up) I only get the message that the file: "d:\folder\SubHunterHelp.chm" can't be opened.VB Code:
Shell "hh SubHunterHelp.chm", vbNormalFocus
What am I doing wrong?




Reply With Quote