Click here to Skip to main content
15,921,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm using below code for showing specific topic from help file which is in chm file format.
The problem is I'm using index navigator to show the particular topic in help file, but it's showing correct in the left side panel (Search window-Index tab) but not reflecting to right side window.

Please suggest me correct way to do this.

My Code:
C#
System.Windows.Forms.Help.ShowHelp(null, @"\\help.chm", System.Windows.Forms.HelpNavigator.Index, "10");


Thanks.
Posted
Updated 21-Dec-13 22:23pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900