for my "homework" I need to write an application that would log computer idleness to file. Idleness in my case is defined by keyboard inactivity for more than 10 minutes.
So I've created a service to run this system wide. In that service I've put timer and some basic logic.
Logic is really simple:
Code:
count = 0 For i As Integer = 7 To Byte.MaxValue - 1
Leave a comment: