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
 
Back
Top