Creating chm file using .Net

  • Thread starter Thread starter Alisa
  • Start date Start date
A

Alisa

Hi,
Does anyone knows how to create a chm programmaticly?
Or how to combine 2 chm to one by code?
or How to add to a chm more html pages by code?

In other words i am looking for an API for CHM....
Any information would be appreciated.
 
Hello Alisa,

your compile/decompile chms with Microsoft's HTML Help Workshop
and use use MSHTML Help API

See there the sample of how to decompile CHM http://www.codeproject.com/csharp/decompilingchm.asp


---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

A> Hi,
A> Does anyone knows how to create a chm programmaticly?
A> Or how to combine 2 chm to one by code?
A> or How to add to a chm more html pages by code?
A> In other words i am looking for an API for CHM.... Any information
A> would be appreciated.
A>
 
Back
Top