I will not pop up in a certain way when the user has not used the program for 2 minutes, say.
Values: When the application starts, and the user did not press any key / any button / did not move the cursor at all for 2 minutes, I want the application to detect it and show an instance of one of the form window. I am using a winform application in C #.
How can i do this? Tal.
source
share