Creating chm file from .Net

R

raghavendra

Hi,
Can anyone of u give me a pointer how to create a new .chm file..

One more thing is can i update the existing .chm file with some more
information embedded in the xml file.

Thanks & Regards
Tilve
 
J

Jeffrey Tan[MSFT]

Hi,

Just as Miha said, you can refer to NDoc.
NDoc is a code documentation generation tool for .NET that generates MSDN
style documentation based on XML comments in the C# code.
You can download it from: http://ndoc.sourceforge.net/download.html
For more information, please refer to:
http://ndoc.sourceforge.net/

Hope this helps,
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "raghavendra" <[email protected]>
| Subject: Creating chm file from .Net
| Date: Thu, 9 Oct 2003 09:26:42 -0400
| Lines: 10
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: 164.164.89.27
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:190221
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Hi,
| Can anyone of u give me a pointer how to create a new .chm file..
|
| One more thing is can i update the existing .chm file with some more
| information embedded in the xml file.
|
| Thanks & Regards
| Tilve
|
|
|
 
J

Jason Smith

You can also use the HTML Help Toolkit from microsoft to decompile the
resulting help file, then add it to your own help.

If you haven't used NDoc yet, you are about to completely change the way you
think about XML documentation. NDoc is the reason why XML documentation is
so much better than JavaDoc. NDoc produces JavaDoc for .NET, by the way, in
addition to MSDN format, and I believe PDF.
 

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