Click here to Skip to main content
15,896,063 members
Articles / Programming Languages / C#

HelpButton: A Button Linked to a Topic of a chm Help File

Rate me:
Please Sign up or sign in to vote.
4.75/5 (7 votes)
8 Mar 2011CPOL2 min read 17.9K   8  
When clicked, this button shows the application help file and displays its topic page.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
8 Mar 2011demouser743
May be this will help instead of writing the path all the time:private void showHelp() { string dirpath = string.Empty; //string filename = "ACHWINAPP.chm"; dirpath = System.Environment.CurrentDirectory; string[] files = new...

License

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


Written By
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions