how can i show a message if it wasn't used for a specific period of time?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hi there can you please tell me how can i show a message if my app wasn't used for a specific period of time? i mean how can i determine that my app wasn't used!!? thanks -- modified at 21:40 Friday 28th July, 2006
-
Use some flags, and set this flag in OnMouseMove or OnKeyDown. For counting the time you can use timer.