Click here to Skip to main content
15,909,498 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm creating my touch screen application, what I want to do is to automatically close the application if there is no interaction (click button whatever) in 1 min. I'm using WPF - VB.NET.


Thanks in advance.
Posted
Comments
Kenneth Haugland 30-Oct-13 2:25am    
A timer that start on mouse down?
hoyice 30-Oct-13 2:41am    
do you have any link for how timer works? I'm new to WPF and VB.NET sir.

1 solution

Hello,

Please have a look at Detecting Application Idleness[^] article available here on CodeProject.

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900