Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add help to winform c# application

Tags:

c#

.net

winforms

I want to know that how can I add help support to my winform app.

How do I create chm file for help and how do I integrate it with the application. I want help for almost every control in my application.

like image 544
Mohsan Avatar asked Feb 23 '10 11:02

Mohsan


1 Answers

Take a look at the HelpProvider class.

like image 51
Shoban Avatar answered Oct 01 '22 01:10

Shoban