how to find when the last keystrock was used

Rachael Sherry

New Member
Hi there
I am running a program at the moment that times out after so many minutes if a keystroke or a mouse click has not been used on the program.
Would anyone have any idea of how to find out when the last keystroke was used or even when the field was modified.
I am using APPACT32.dll to control the time out.

Rachael
 
Depending on what you're trying to do this for, you could always use the ANYKEY trigger ANYWHERE and set etime(true).

The you could query LASTKEY and etime to find the key and how many milliseconds since it was used.


Jon
 
Top