Displaying context sensitive help AND scrolling the help file to a topic
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I need to display CSH from my app. I call Help.ShowHelp(this, "myHelpFile.chm", HelpNavigator.Topic, "secondTopic.htm"); and it works fine, but I can't get the help file to expand the nodes and scroll to that specific topic. All it does is displays the topic, but the table of contents stays collapsed. Is there any way of doing this? I'm using .Net 1.1 thanx