Providing help documentation in VB.NET?
Posted
by blerh
on Stack Overflow
See other posts from Stack Overflow
or by blerh
Published on 2010-04-26T18:33:35Z
Indexed on
2010/04/26
19:43 UTC
Read the original article
Hit count: 302
I have written up troubleshooting documents for my project and would like them included in my program. I remember in VB6 there was a very easy way to do this with a control, where it already has the help document tree set up on the left and you just set it to point to certain files.
Does something like this exist for .NET? I am aware of the HelpProvider
control but as far as I know this just puts in tooltips and opens documents on a button press?
Thanks for any help. :)
© Stack Overflow or respective owner