I'm trying to get a msgbox to provide context sensitive help.
In the msgbox's arguments, I give it both the path of the help file and the context number. However I'm told that I'm unable to display help. I click OK and then the MSDNhelp file opens up to tell me "Can't find Windows Help .EXE file"
However I can open the file just fine using some sort of help OCX:
Public Declare Function HtmlHelp Lib "Hhctrl.ocx" Alias "HtmlHelpA" (ByVal hWndCaller As Long, ByVal pszFile As String, ByVal uCommand As Long, ByVal dwData As Long) As Long
Can I not use HTML help files with the msgbox? Or do I need to install something else? VERY confused!
Cheers
elziko
In the msgbox's arguments, I give it both the path of the help file and the context number. However I'm told that I'm unable to display help. I click OK and then the MSDNhelp file opens up to tell me "Can't find Windows Help .EXE file"
However I can open the file just fine using some sort of help OCX:
Public Declare Function HtmlHelp Lib "Hhctrl.ocx" Alias "HtmlHelpA" (ByVal hWndCaller As Long, ByVal pszFile As String, ByVal uCommand As Long, ByVal dwData As Long) As Long
Can I not use HTML help files with the msgbox? Or do I need to install something else? VERY confused!
Cheers
elziko