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

Try this code

Help.ShowHelp(Me, HelpProvider.HelpNamespace, HelpNavigator.TopicId)


Gaurav Khanna
Khanna Gaurav  16 hours 51 minutes ago
This article might be interesting for you. It makes implementing help into WinForms applications a lot easier.
Geert van Horrik - CatenaLogic
Visit my blog: http://blog.catenalogic.com

Looking for a way to deploy your updates to all your clients? Try Updater!
Geert van Horrik  5 hours 9 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• DateTimePicker focus problem
• Missing toolbar icons in print preview dialog
• How to insert Table in RichtextBox
• Drag and Drop from listView to Explorer - Override (DragDropEffect.Copy)
• Treeview Issues
• How can I do virtual mouse click?
• redrawing buttons?
• Custom cursor image impossible to use in .NET code, but works in windows control panel.
• Printing Forms Using VB2005 Express
• Multiselect filter and quick filtering using ado.net in c#