Still the darn Context sensitive Help [RESOLVED]
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
VB Code:
Shell "hh SubHunterHelp.chm", vbNormalFocus
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.
What am I doing wrong?