D darcy darcy Local time Today, 13:32 Joined Aug 9, 2004 Messages 9 Oct 19, 2004 #1 im tryng to find the code to open a .hlp file from a form. and im not figuring it out today, - bad programming day... and tips...
im tryng to find the code to open a .hlp file from a form. and im not figuring it out today, - bad programming day... and tips...
ghudson Registered User. Local time Yesterday, 19:32 Joined Jun 8, 2002 Messages 6,193 Oct 20, 2004 #2 Try this... Code: Call Shell("C:\WINDOWS\system32\winhlp32.exe C:\WINDOWS\system32\winhelp.hlp", vbNormalFocus)
Try this... Code: Call Shell("C:\WINDOWS\system32\winhlp32.exe C:\WINDOWS\system32\winhelp.hlp", vbNormalFocus)
pdx_man Just trying to help Local time Yesterday, 16:32 Joined Jan 23, 2001 Messages 1,346 Oct 20, 2004 #3 I've just used the Help File and Help Context ID from the properties of the form and controls. Input the location of the file in the Form's Help File property and the Help reference ID for each corresponding control.
I've just used the Help File and Help Context ID from the properties of the form and controls. Input the location of the file in the Form's Help File property and the Help reference ID for each corresponding control.