PDA

Click to See Complete Forum and Search --> : Api call to detect activity??


mfoster
Jan 4th, 2001, 04:52 AM
Hi

My app is a client server app that is used in a warehouse for stock control, orders and invoicing etc.

On several occasions, the systems may be left unused whilst a member staff goes somewhere in the warehouse with a client.

What I need to to do therefore is create something that will automatically bring up the password prompt screen if there has been no key or mouse activity in my app for several minutes.

I could do something timers and boolean flags but that gets quite messy

The app is an mdi application

many thanks

Mark

YoungBuck
Jan 4th, 2001, 10:21 AM
Check out this Thread (http://forums.vb-world.net/showthread.php?threadid=46532).

JoshT
Jan 4th, 2001, 02:10 PM
If you're using NT, wouldn't it be easier just to set up a password-protected screen saver?

Josh

mfoster
Jan 4th, 2001, 02:34 PM
Hi thanks Josh

unfortunatly different employees have different access rights to the program and the program would need to verify itself who had logged back on

Originally posted by JoshT
If you're using NT, wouldn't it be easier just to set up a password-protected screen saver?

Josh