Citation:
The Windows Forms HelpProvider component is used to associate an HTML Help 1.x Help file (either a .chm file, produced with the HTML Help Workshop, or an .htm file) with your Windows application. You can provide help in a variety of ways:
- Provide context-sensitive Help for controls on Windows Forms.
- Provide context-sensitive Help on a particular dialog box or specific controls on a dialog box.
- Open a Help file to specific areas, such as the main page of a Table of Contents, the Index, or a search function.
Je te laisse jeter un oeil sur MSDN pour voir comment l'utiliser ;) .