I want to open a specific subpage of my CHM-Help for my program.
I never did this in c#, so I need to know how to open the specific Page of the CHM.
A short example would be perfect.
I want to open a specific subpage of my CHM -Help for my program.
Share
You can use
System.Windows.Forms.Help.ShowHelp(Control, String, HelpNavigator)From MSDN