How to make help files ?

  • Thread starter Thread starter user
  • Start date Start date
U

user

Hello
How can i make help files for program in C# in .net ?

Thanx
Michal
 
If you have used XML Commenting in your code you can generate HTML docs using the Tools > Build Commet Web Pages... command. This will generate class and memeber specific help for all XML commeted code, as HTML files. Alternatively you can use NDOC http://ndoc.sourceforge.net for XML Documented code which offers more control over the formatting of the webpages

Rasika
 

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

Similar Threads

read mp3 file length (in seconds) 3
TabControl & TabPages 1
Create object with dynamically generated name ? 4
Canvas 1
winamp plugin 1
byte [] -> string 2
QuickSort 2
How to change size of PictureBox from code ? 1

Back
Top