My goal is to let the user choose help and go to a customized window with the TOC. Everytime It starts with the Find wizard. I do NOT want this to be displayed. Just a simple help file.
I use this code ---
Const cdlHelpContext = &HB
Private Sub mnuHelpTopics_Click()
CommonDialog1.HelpCommand = cdlHelpContext
CommonDialog1.ShowHelp
CommonDialog1.HelpContext = 3
End Sub
Are there other commands or can Find be turned off?
Any advice?
thanks,Jeff
I use this code ---
Const cdlHelpContext = &HB
Private Sub mnuHelpTopics_Click()
CommonDialog1.HelpCommand = cdlHelpContext
CommonDialog1.ShowHelp
CommonDialog1.HelpContext = 3
End Sub
Are there other commands or can Find be turned off?
Any advice?
thanks,Jeff