Windows Develop Bookmark and Share   
 index > Windows Forms General > Open Help file From a MDI application
 

Open Help file From a MDI application

Hi
I'm using vb.net  and I'm using Help nevigator to show chm help.

my code is as follows :

Dim frmform As New Form
Help.ShowHelp(frmform, HelpProvider.HelpNamespace, HelpNavigator.TopicId, "")
frmform.Close()


but  I am getting a problem. when press shortcut key for Help it open fine. but when I'm using button press the Help filed Opened behind of my MDI Form, then press "Alt+Tab" to bring it form.
PdNet  22 hours 31 minutes ago
Khanna Gaurav  16 hours 50 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• Setting ComboBox SelectedIndex
• error 0 filling treeview control
• show time
• DataGrid does not render unless I dock the dataGrid
• difference between as and =
• Forms size
• Creating Tabs to specific points in a Tab-delimited file
• Developing a toolbar like "Quick launch" for windows...
• ZedGraph
• DataGridView - how to present data in custom conditinal format on columns