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, I actually had to drop the "htm/" to make it work, but you got me on the right path. I've found (by attaching a ridiculously wrong html to a node) that you just use the TopicID (non-case sensitive) and add ".html" on the end. So, I did this:
Helpkeyword on Helpprovider1 => orders.html
HelpNavigator on Helpprovider1 => Topic