Mohsan
Mohsan

Reputation: 2509

How to add help to winform c# application

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.

Upvotes: 9

Views: 15308

Answers (1)

Shoban
Shoban

Reputation: 23016

Take a look at the HelpProvider class.

Upvotes: 8

Related Questions