[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Writing help file in VS.Net

Sara T.

8/27/2002 1:17:00 PM

Dear Friends,

I'm just beginning use Visual Studio .Net to develop my application, I'm
wondering that after I've finished my work how can I create help file for my
application.

In VS6.0, I've found HTML help editor but in this version, it doesn't have
any shortcut to run that program or there is some new program to do that.

Sara T.



1 Answer

(Pete Lees)

9/18/2002 1:48:00 PM

0

Sara,

> I'm just beginning use Visual Studio .Net to develop my application, I'm
> wondering that after I've finished my work how can I create help file for my
> application.

To create help files in Microsoft Help 2.0 format (.HxS), use the
Visual Studio .NET Help Integration Kit, available from:

http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/914/msdncompos...

For more information on Help 2.0, see:

http://helpware.net/mshel...
http://helpware.net/mshelp2...
http://www.winwriters.com/...
http://groups.yahoo.com/gro...

Check out also FAR (http://helpware.net/FAR/...), which is one
of the few tools currently available for building Help 2.0 files.

If you'd rather create help files in the older HTML Help 1.x format
(.chm), go to http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconHH...
to download Microsoft's HTML Help Workshop.

Pete