Creating chm file using .Net

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.
 
M

Michael Nemtsev

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top