2

For example, how does the program detect when the user hasn't used it for 5 minutes?

Marcelo Cantos
  • 181,030
  • 38
  • 327
  • 365
pedram
  • 3,647
  • 6
  • 24
  • 28

1 Answers1

1

In WinForms there is an Application.Idle event:

http://msdn.microsoft.com/en-us/library/system.windows.forms.application.idle.aspx

Kurt
  • 4,477
  • 2
  • 26
  • 34