
Capturing Mouse/Keyboard Events at the Application Level
Hello,
I am currently developing an application that contains very sensitive
information. If no mouse movement or keystroke is detected within the
application for x minutes, the application form should disappear until a
further mouse movement or keystroke activates a login process (similar
to a windows screen saver concept).
I have created a hook on the form, but it will not detect mouse movement
or keyboard strokes on individual controls within the form (which cover
70% of the form). We are looking for an easy way to detect mouse
movement and keystrokes at the application level (all controls on the
form) in Visual Basic 6.
I do hope someone can help me as it will save me typing code against
every mousemove and keypress event on every control on every form
ARRRR!!!!
Thank you in advance,
David.