http://www.vbforums.com/showthread.p...light=helpfile
I checked out that thread, and got what information I could from it, but I can't jump to a specific topic in my helpfile. I created it using HelpNDoc, so I'm not sure if that is the problem. I've attached a screenshot that shows HelpNDoc showing me that the TopicID is "Attachments".
Here are the steps I took:
Added HelpProvider (HelpProvider1)
Set HelpProvider1.NameSpace to my .chm file
Set Form1.ShowHelp on HelpProvider1 to True
Set Form1.HelpKeyWord on HelpProvider1 to "Attachments"
Set HelpNavigator on HelpProvider1 to TopicID
It still always open to my Glossary page (the first node). Am I doing something wrong here?
Thanks




Reply With Quote