S
solex
How about the windows scheduler or AT?
How about the windows scheduler or AT?
* "solex said:How about the windows scheduler or AT?
Herfried,
AT is the command line utility for the windows scheduler.
Dan
-----Original Message-----
You could set a timer which gets reset each time the application does
something, if it ever reaches the defined interval, then exit the
application.
OHM
Is there an easy way to reset the timer whenever the user
does something in the application? I have previously
placed a line of code in each button, menu item, form,
etc. But today my applications are too big to do this
(unless I had decided to inherit everything and put code
in the controls themselves).
I could envision setting up something that looks for any
application activity, but most of my applications do
things on their own even when there is no user there.
It would be great if there were an application level
event called 'OnUserInteraction' where you could put
something like this. Does anything like that exist?
Thank you,
Mark Lauser - Crimson Software
* "solex said:AT is the command line utility for the windows scheduler.
* "Waldemar said:I need to implement a TimeOut function in an application. When the
aplication will be idle for one our, for example, i need to clese it.
Someone has any idea about this?