Re: Timer??
- From: "TimL" <timl@xxxxxxxxxxxxxxx>
- Date: Mon, 27 Mar 2006 16:15:32 -0600
Thank you so much!!!
"DRBarkley" <David.NOSPAMBarkley@xxxxxxxxxxxxxxxx> wrote in message
news:uNDWmadUGHA.4772@xxxxxxxxxxxxxxxxxxxxxxx
"TimL" <timl@xxxxxxxxxxxxxxx> wrote in message
news:uZZeDXdUGHA.5660@xxxxxxxxxxxxxxxxxxxxxxx
I am using VB6.app
I have an application that a someone is running and I want to close the
if he/she has stepped away for more than 15 minutes. If someone starts
working in the app before the 15 minutes are up, I want the timer to
start
back at 0 again.
Any suggestions would be appreciated
TimL
Hey TimL,
You can set a global variable to the current time every time the user hits
a
key or moves the mouse.
Then, in a timer, check the DateDiff between the global time and the
current
time.
HTH,
DRBarkley
.
- References:
- Timer??
- From: TimL
- Re: Timer??
- From: DRBarkley
- Timer??
- Prev by Date: Re: Duplicate definition on Interface declaration
- Next by Date: Re: Timer??
- Previous by thread: Re: Timer??
- Next by thread: Re: Timer??
- Index(es):
Relevant Pages
|