Re: Mouse activitiy
- From: "Thorsten Albers" <albersRE@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 16 Oct 2007 06:55:37 -0700
Dev <hanudev@xxxxxxxxx> schrieb im Beitrag
<1192541248.769716.262240@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
i want to lock my application if there is no mouse activity for 30/60
seconds.
what is the way to do this.
Use the VB timer control:
- Set the timer interval
- Start (enable) the timer
- On any mouse action (MouseDown, MouseMove) restart the timer (interval =
0/...)
When the 'Timer' event of the timer is fired the interval has elapsed
without any mouse action (i.e. no mouse action for your application; mouse
action not related to your application are not covered by this).
--
----------------------------------------------------------------------
THORSTEN ALBERS Universität Freiburg
albers@
uni-freiburg.de
----------------------------------------------------------------------
.
- Follow-Ups:
- Re: Mouse activitiy
- From: Dev
- Re: Mouse activitiy
- References:
- Mouse activitiy
- From: Dev
- Mouse activitiy
- Prev by Date: Re: the VBA macro recorder
- Next by Date: Re: the VBA macro recorder
- Previous by thread: Mouse activitiy
- Next by thread: Re: Mouse activitiy
- Index(es):
Relevant Pages
|