how to get the system idle time to logoff the system?
-
hi everybody, Could somebody pls help me to find a solution for this... I need to calculate the system idle time (I repeat SYSTEM idle time & not application idle time) I need to logoff the system if the user is not working not only in my application but he is away from his desk... so definitely Application.Idle is not goin to work since it just triggers for the particular application's idle time Thanks in Advance, Enjoy .Netting
-
hi everybody, Could somebody pls help me to find a solution for this... I need to calculate the system idle time (I repeat SYSTEM idle time & not application idle time) I need to logoff the system if the user is not working not only in my application but he is away from his desk... so definitely Application.Idle is not goin to work since it just triggers for the particular application's idle time Thanks in Advance, Enjoy .Netting
This is a really BAD idea. Have you considered the possibility that the user walks away from his desk with an unsaved document open? If you log this person off, any unsaved changes will be lost and that person might come hunting for you with a large weapon.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
This is a really BAD idea. Have you considered the possibility that the user walks away from his desk with an unsaved document open? If you log this person off, any unsaved changes will be lost and that person might come hunting for you with a large weapon.
Dave Kreskowiak Microsoft MVP - Visual Basic
First of all thanks for the reply... I think I was not clear on the issue.. What I'm trin to achieve is a kind of screenlock.. Just as what we have in Windows if the system remains idle for a particular time... Once again thanks for the reply & keenly look forward to ur replies