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.