D
Diana Mueller
Hello NG,
in my MDI-App, I'd like to checkfor how long the User hasn't done anything
(moved the mouse, pressed a key) so that I can do some stuff after a given
amount of idle time. My first idea was to save the current time in a
variable every time the user moves the mouse or presses a key so that i can
use that variable to calculate idle time.
I ran into a problem at the very start though. The MouseMove Event of my MDI
parent form is never fired. Is that standard behaviour for MDI containers?
What would be an elegant way to capture the point in time of the last user
interaction?
in my MDI-App, I'd like to checkfor how long the User hasn't done anything
(moved the mouse, pressed a key) so that I can do some stuff after a given
amount of idle time. My first idea was to save the current time in a
variable every time the user moves the mouse or presses a key so that i can
use that variable to calculate idle time.
I ran into a problem at the very start though. The MouseMove Event of my MDI
parent form is never fired. Is that standard behaviour for MDI containers?
What would be an elegant way to capture the point in time of the last user
interaction?