Compiling html dynamically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Is it possible to generate a CHM file dynamically, from an html file or a
word document, through code. I searched on the net, but could not find any
answers.
I would like to generate a help file, for a particluar form/page on the fly.
Any help is greatly appreciated.

Thanking you for your time,

Kishore.
 
Is it possible to generate a CHM file dynamically, from an html file or a
word document, through code. I searched on the net, but could not find
any
answers.

It's certainly possible, I did that a long time ago, but not in .NET. I
don't think the framework has convenient built-in classes to help you out.

Here are some links to get started:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/vsconHH1Start.asp
http://www.mshelpwiki.com/
http://www.codeproject.com/csharp/HtmlHelp.asp

Greetings,
Wessel
 

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

Back
Top