L
LarryEllefson
I have been trying for weeks to find out how to call my custom .chm file
using the F1 key OR when the user clicks the Help icon. I want to use this in
a runtime app I wrote since Windows Help is disabled in runtime. Does anyone
know how I can do this? I have looked all over the net and in discussion
groups. I have been unable to use this:
Declare Function HTMLHelp Lib "hhctrl.ocx" Alias "HtmlHelpA" (ByVal
hwndCaller As Long, ByVal pszFile As String, ByVal uCommand As Long, ByVal
dwData As Double) As Long
because I have no clue what hwnd or hwndCaller is or how to find out what
they are. I further don't know where this command is supposed to go or how to
use it. Everyone says to use it, but no one tells you how.
Does this activate the F1 key for custom help files?
How do you use this command?
Where does this command reside in my VBA code?
I am a beginner in VBA and don't have the level of expertise yet to do this.
Can someone please help me.
I just wish to call my custom .chm file from F1 in a runtime Access 2007
app. Thank you so much in advance for anyones help.
using the F1 key OR when the user clicks the Help icon. I want to use this in
a runtime app I wrote since Windows Help is disabled in runtime. Does anyone
know how I can do this? I have looked all over the net and in discussion
groups. I have been unable to use this:
Declare Function HTMLHelp Lib "hhctrl.ocx" Alias "HtmlHelpA" (ByVal
hwndCaller As Long, ByVal pszFile As String, ByVal uCommand As Long, ByVal
dwData As Double) As Long
because I have no clue what hwnd or hwndCaller is or how to find out what
they are. I further don't know where this command is supposed to go or how to
use it. Everyone says to use it, but no one tells you how.
Does this activate the F1 key for custom help files?
How do you use this command?
Where does this command reside in my VBA code?
I am a beginner in VBA and don't have the level of expertise yet to do this.
Can someone please help me.
I just wish to call my custom .chm file from F1 in a runtime Access 2007
app. Thank you so much in advance for anyones help.