Calling an application Help file from VBA???

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Rick Roberts (RickRoberts_at_discussions.microsoft.com)
Date: 01/27/05


Date: Thu, 27 Jan 2005 14:27:03 -0800

I'm sure that there is but I can't find the method to call an application
help file w/
 context id.

I have created a .hlp file and it works in a form using the f1 key but how
do you call it programatically from VBA. I do not want to use a message
box. I either want to call help or have the context as a pop up.

Does this make sense? I'd be happy to clarify



Relevant Pages

  • Re: Understanding ContextHelpIDs.........
    ... Public Sub ContextHelp ... MsgBox "Could not display help file. ... Just type "ContextHelp", and VB will show you the list of Context ID's. ... I do this by trapping the 'F1' key and hard-coding the HelpID I want. ...
    (microsoft.public.vb.general.discussion)
  • Re: Problem opening .chm Help File from MsgBox/InputBox
    ... But this [, helpfile, context] does not seem to work with my .chm help file: ...
    (microsoft.public.scripting.vbscript)
  • Re: F1 Help - Accessing a help file
    ... F1 help is generally supported by Delphi. ... routes the help request to the context sensitive help system. ... help keywords. ... help file contains the context number mapping and/or the keyword. ...
    (borland.public.delphi.language.objectpascal)
  • Re: Setting Up Form Help / Instructions
    ... I believe) is to write and compile a Help file and then reference it ... in the Form and Control Properties. ... Help File Property, and a value called a "Context ID" goes ...
    (microsoft.public.access.forms)
  • Re: D7 --- Load different .hlp file by pressing F1 key at each form of an application
    ... key a .hlp file to load named "FormNew1.hlp". ... that match the Help Context for each form. ... Check out "HelpContext property" in the D7 Help file. ...
    (comp.lang.pascal.delphi.misc)