Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add or handle help files to a .NET project? [closed]

Tags:

.net

winforms

I have been tasked to add an on-line help file to a windows application. So I have several questions in my mind:

  • How do you create help files and how do you add them to a Windows Forms project?

  • Is there a good way to handle them in a VS solution?

  • Is there a tutorial on how to do this?

like image 851
Spoike Avatar asked May 28 '09 12:05

Spoike


1 Answers

Here are indications to a few resources about how to create a help file:

Your best bet right now is to download the Visual Studio 2005 SDK here:

http://msdn2.microsoft.com/en-us/vstudio/aa700819.aspx

This comes with HelpStudio Lite, which will get you started right away. Here's some info on the paid version:

http://www.innovasys.com/products/hs2/overview.asp


+1 to Dr. Explain.

Their latest version does a nice job creating HTML help files (CHM). It creates nice visual help files which are great for my users since they seem to want to read anything.

You can do a google search too.

like image 147
eKek0 Avatar answered Oct 11 '22 09:10

eKek0