Integrate Help File to VB NET

You can make help files using the HTML Help workshop application which is packaged with VS.NET, and installed in to Program Files by default I think.

To integrate context-sensitive help in to your application once youve developed the help file, you can use the HelpProvided component from the toolbox. To just show your help file manually, you can use the Help class located in System.Windows.Forms.
 
Thanks alot divil, but my actually wondering is when i click the command button on a form, the help file show. What coding to path the file in script..

Thanks again,
sitinuraryani
 
You use the help class, as I said. Consult the documentation on the Help.ShowHelp() method.
 

Similar threads

S
Replies
0
Views
60
sva0008
S
A
Replies
0
Views
81
Ashkan Satarpour
A
E
Replies
0
Views
245
EN59CVH
E
Back
Top