M
MDB
Hello all, what is the best way to keep track of user activity? Is there
anything built into CF2.0 that I can use?
TIA
anything built into CF2.0 that I can use?
TIA
MDB said:I have a messaging class the is in a seperate thread that is in a loop that
checks for messages every minute. I want to pause this after 5 minutes of
inactivity and then load a form informing the user that the device is
"sleeping".
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...For what purpose? The OS itself handles detecting that the user has been
idle for some period of time and you have no access to that information,
other than to reset the counter with SystemIdleTimerReset().
Paul T.