S
Smithers
Using .NET 2.0...
How can I cause Windows Forms application to shut itself down after a period
(say 15 minutes) of [no user activity]? Specifically, I'm wanting some
options for detecting that the user is somehow using the application (either
detect mouse clicks or keyboard input).
The idea is that if the user walks away from their computer and is gone for
an extended period, then the app will close itself down to help curb
malicious use.
This is a Windows Forms MDI app.
Thanks.
How can I cause Windows Forms application to shut itself down after a period
(say 15 minutes) of [no user activity]? Specifically, I'm wanting some
options for detecting that the user is somehow using the application (either
detect mouse clicks or keyboard input).
The idea is that if the user walks away from their computer and is gone for
an extended period, then the app will close itself down to help curb
malicious use.
This is a Windows Forms MDI app.
Thanks.