I want to create CHM Help file programmatically in C#. Basically I want to create documentation for my tables and stored procedures.
I did lot of searching on net but what I found is "HTML to CHM".
So What I think is,
1) I will create html files programmatically
2) Using some complier or some batch command or some thing, I will create CHM files
But some article points that you can use CHM file as a help in your .NET Application & some where it is written that System.Windows.Forms.Help can be used for it so there must be some way.
Can anyone give me some idea or some right direction?
Just I need fire, Then I will do it.