|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Basic "Help" QuestionI have added a HelpProvider to my Form, and set the HelpNavigator and
HelpKeyword in the Form's properties. When my Form opens and I press F1, the Help activates correctly, but nothing occurs when selecting the Help command from the Help menu. Can someone give me an example of the code that should follow the MenuItem_Click event in order to activate the Help. With thanks Dave Use
System.Windows.Forms.Help.ShowHelp(Me, HelpProvider1.HelpNamespace) or System.Windows.Forms.Help.ShowHelp(Me, HelpProvider1.HelpNamespace, HelpProvider1.GetHelpKeyword(MyControl)) to open specific topic page for control or form named MyControl. -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code The static method Help.ShowHelp loads the help file with Contents
showing, while the Help.ShowHelpIndex method loads the help file with Index activated.
Byte to Chr - not correctly translated!!
GetDefaultPrinter Frustrated trying to use "pure" VS.NET to access database properties VB.NET Windows Service Question (Timing) How Do I Put An End Of Line Character In A TextBox User Software Settings and System Software Settings in Windows Regsitry Dynamically Create Timers are Run-Time VB Express - How to access query value on my form? VS2003 and VS2005 Side by Side Databinding 2 comboboxes to the same Datasource |
|||||||||||||||||||||||