Defining and using vbKeyF1

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

From: PaulB (paul.bergers_at_planet.nl)
Date: 06/08/04


Date: 8 Jun 2004 02:30:57 -0700

In one of my applications, I created some forms which act as a
help-function.
What I want to acchieve is that when a user presses F1, this help form
is opened. I succeeded in this using VbKeyF1 in the code.
But: at the same time, the 'normal' Access help window is opened,
which I do not want at that moment. How can I prevent that the Access
help window is opened upon pressing F1?
Of course, I can say that the users should use e.g. the F2 key to open
the help screen. But F1 is more logical for a help function.
Thanks in advance for the suggestions.

Paul



Relevant Pages

  • Re: How to make F1 help stay on top?
    ... Manuel Sebares wrote: ... > I would like to get the help window on top of a StayOnTop window when the ... > user presses F1. ...
    (comp.lang.pascal.delphi.misc)
  • How to make F1 help stay on top?
    ... I would like to get the help window on top of a StayOnTop window when the ... user presses F1. ... Manuel Sebares ...
    (comp.lang.pascal.delphi.misc)