DynamicHelp for WinForms requires almost no programming to be used in most cases, but sometimes you may want to use the best of it. The following advanced features are described in this topic:
C1DynamicHelp allows you to use different help formats. This topic describes two built-in help providers, ChmProvider and NetHelpProvider, and how to implement your own help provider to display a help file in the format you want.
C1DynamicHelp gives you the ability to map a topic not only to standard controls but also to parts of controls or to custom controls. C1DynamicHelp provides this feature for standard .Net controls derived from the System.Windows.Forms.Control class. But if you want to extend it to your needs, you can create your own UI element resolver class.