I've got problems with the following task:
I want to show a new form after the user hasn't done any key-presses in a textbox for a while(delay).
example:
After the user has pressed the "<"-Key and then waits for 2 seconds, the form should popup.
I can't use sleep, or Shellwait because then the user can't do any inputs for this time.
So the question is: How can i detect if the user is inactive?
Thanx for helping and sorry for my bad english...
I want to show a new form after the user hasn't done any key-presses in a textbox for a while(delay).
example:
After the user has pressed the "<"-Key and then waits for 2 seconds, the form should popup.
I can't use sleep, or Shellwait because then the user can't do any inputs for this time.
So the question is: How can i detect if the user is inactive?
Thanx for helping and sorry for my bad english...