|
-
May 22nd, 2006, 02:42 AM
#1
Thread Starter
Hyperactive Member
How to make a form load when idle?
I want to know how to make a form load after 5 minutes which means I do not click any button (idle) for the last 5 minutes in my main form. Hope you understand what I mean. It should works similar with the windows screensaver. Thanks 4 any help
-
May 22nd, 2006, 03:02 AM
#2
Re: How to make a form load when idle?
-
May 22nd, 2006, 03:16 AM
#3
Thread Starter
Hyperactive Member
Re: How to make a form load when idle?
Yes I know I can use timer to load a form but what I really need is that if I move the mouse around the timer won't start. This mean whenever I move the mouse the timer is reset until I leave the mouse idle for 5 minutes. Anyway thanks for your reply.
-
May 22nd, 2006, 03:37 AM
#4
Re: How to make a form load when idle?
Activate the Timer when Userform_LostFocus()
Disable Timer when Userform_GotFocus()
-
May 22nd, 2006, 03:55 AM
#5
Thread Starter
Hyperactive Member
Re: How to make a form load when idle?
Can U please give a simple example? I just get really confused doing my project now
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|