Detect user idle time

G

GeorgeMar

I want to detect if a user has not been active and quit the application. I
have read the article Q128814 - "How to Detect User Idle Time or Inactivity"
from Microsoft.

It talks about using a form with a timer and to detect what form or control
has been activated.

Does anyone know if implementing this, will slow down the application?

many thanks
george
 
D

Douglas J. Steele

It shouldn't slow it down significantly: the Timer event is "almost free"
(it doesn't take many system resources)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top