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 :)
Printable View
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 :)
use timer
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.
Activate the Timer when Userform_LostFocus()
Disable Timer when Userform_GotFocus()
Can U please give a simple example? I just get really confused doing my project now :(