Home All Groups Group Topic Archive Search About
Author
28 Nov 2006 3:03 PM
Ronald S. Cook
I was wondering what the top few choices were for writing help for a VB.NET
Windows app... i.e. context sensitive.

Thanks,
Ron

Author
28 Nov 2006 3:11 PM
Tim Patrick
If your needs are basic, I always found RoboHelp to be adequate. It is now
owned by Adobe.

-----
Tim Patrick - www.timaki.com
Start-to-Finish Visual Basic 2005

Show quoteHide quote
> I was wondering what the top few choices were for writing help for a
> VB.NET Windows app... i.e. context sensitive.
>
> Thanks,
> Ron
Author
28 Nov 2006 3:31 PM
al jones
and for a free (for personal use) program that does quite a satisfactory
job, you might want to look at HelpNDoc from IBE software at
http://www.ibe-software.com/products/software/helpndoc/
I use it with my FontOrg program and it works nicely.

//al

On Tue, 28 Nov 2006 15:11:39 +0000 (UTC), Tim Patrick wrote:

Show quoteHide quote
> If your needs are basic, I always found RoboHelp to be adequate. It is now
> owned by Adobe.
>
> -----
> Tim Patrick - www.timaki.com
> Start-to-Finish Visual Basic 2005
>
>> I was wondering what the top few choices were for writing help for a
>> VB.NET Windows app... i.e. context sensitive.
>>
>> Thanks,
>> Ron
Author
28 Nov 2006 4:00 PM
Herfried K. Wagner [MVP]
"Ronald S. Cook" <rc***@westinis.com> schrieb:
>I was wondering what the top few choices were for writing help for a VB.NET
>Windows app... i.e. context sensitive.


Check out Microsoft HTML Help Workshop which comes with VS and can be
downloaded from the Microsoft website.  You can use the HelpProvider
component to integrate help into your application.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>