I am trying to get a chm file to open to a specific topic using c# code.
I have tried using
Help.ShowHelp(this, path, HelpNavigator.Topic, "TopicTitle");
but it doesn't find the page. I must not be keying in the Topic title correctly. Is there a way that I can programatically retrieve all of the topics from a chm file so that I can see what they are?