Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help
Message
From
05/07/2002 07:46:34
 
 
To
05/07/2002 07:25:13
General information
Forum:
Visual Basic
Category:
Other
Title:
Re: Help
Miscellaneous
Thread ID:
00675559
Message ID:
00675561
Views:
18
This message has been marked as the solution to the initial question of the thread.
1. You can associate help file with project througn Project|Properties dialog, General tab. If you want to have menu element for help, just add this element to the menu.
2. VB provides automatically context-sensitive help. You must set HelpContextID property of every element (textbox, etc.) to ID, assigned to the appropriate for that element help topic during designing of the help. When user press F1, this topic automatically will be showed. If you assign this property of the form, but not the every element, anyway every element on the form will display that topic.
3. Add CommonDialog control to your project. On click of added menu item or appropriate button, call ShowHelp method of CommonDialog. Also you must set HelpFile property of CommonDialog control to displayed help file; read MSDN for further information about using CommonDialog control.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform