Detect computer's IDLE mode

M

MIke Kansky

I need to detect when user's computer goes to idle mode.
I also need to detect when user's computer comes back from the idle mode.

I have an application running in Sys Tray that should let the server know
that the user is inactive / active.

Any advice/resource please?
 
G

Guest

I have an application running in Sys Tray that should let the server
know that the user is inactive / active.


If you're processing data via a thread, just set the thread to the lowest
or low priority - Windows will automatically schedule the thread to be run
whenever there are free cycles.
 

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