Creating Help FIles for App

  • Thread starter Thread starter Grumpy Aero Guy
  • Start date Start date
G

Grumpy Aero Guy

If I am missing something obvious, PLEASE be gentle.

Have a little app.. want to create a help file for it.

Best approach???

Looked thru references... NO MENTION OF IT.
 
Grumpy said:
If I am missing something obvious, PLEASE be gentle.

Have a little app.. want to create a help file for it.

Best approach???

Looked thru references... NO MENTION OF IT.

I use VBCommentor and NDoc to make nice MSDN style Help files.
VBCommentor allows you to make XML Comment files just like C#, so
there's the added bonus of having your "help" integrated into the
intellicast for your assembly.

HTH,
Tibby
 
Grumpy,

Do you mean end user help or programmer help?

Cor
 
I have help documentation I've written in Word for my usercontrol and saved
it as an html file. Can I convert this to a help file that is integrated
into the IDE like msdn?
 

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