Re: Open a help file from a pop up menu ?



nek wrote:
I have an application that opens the .hlp file at the appropriate context ID by pressing F1 key.

How can i call the same .hlp file by a pop up menu item instead of using the F1 key?

The TApplication class has several methods related to help. You can read about them in Delphi's help file. For example:

Application.HelpContext(ID);

--
Rob
.



Relevant Pages

  • Re: Excel VBA - Linking .hlp help file to Function Wizard
    ... Start with "Professional Excel development" by Bullen and Bovey ... but for some reason the Help File is never found even with the ... I can only find the .hlp file if I manually unlock the VBA password ...
    (microsoft.public.excel.programming)
  • Re: Excel VBA - Linking .hlp help file to Function Wizard
    ... they can just open the help file themselves. ... Start with "Professional Excel development" by Bullen and Bovey ... I can only find the .hlp file if I manually unlock the VBA password ...
    (microsoft.public.excel.programming)
  • Calling an application Help file from VBA???
    ... I have created a .hlp file and it works in a form using the f1 key but how ... I either want to call help or have the context as a pop up. ... I'd be happy to clarify ...
    (microsoft.public.access.modulesdaovba)
  • Re: Excel VBA - Linking .hlp help file to Function Wizard
    ... I have written a series of vba functions and I want to provide ... and load the right help file page for each individual function. ... My problem is that with some earlier versions of Excel (well Excel ... 2000 9.0) I can only find the .hlp file if I manually unlock the ...
    (microsoft.public.excel.programming)
  • Re: Excel VBA - Linking .hlp help file to Function Wizard
    ... but for some reason the Help File is never found even with the path ... hyperlink on the function wizard. ... I can only find the .hlp file if I manually unlock the VBA password ...
    (microsoft.public.excel.programming)