tools to create hlp files for application

  • Thread starter Thread starter Angel
  • Start date Start date
A

Angel

What's the best tool to create the Windows help (*.hlp) files? Is that the
best way to create these help files or are there more 'modern' methods (eg.
web files)?
I've heard you can do them with dot net. Is that true and is it practical?

Thanks again,
AM
 
Angel said:
What's the best tool to create the Windows help (*.hlp) files? Is that the
best way to create these help files or are there more 'modern' methods (eg.
web files)?
I've heard you can do them with dot net. Is that true and is it practical?

Thanks again,
AM

If you are trying to document your source code (say, you are publishing
a class library), you certainly can do it within VS.NET. Check out NDoc, a
tool that generates help files directly from your C# source code:

http://ndoc.sourceforge.net/wiki/HomePage

Erik
 

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