Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to detect idle time using vb6 and during idle time i want to execute event.
How to detect idle time using vb6...?
Posted
Comments
CPallini 21-Nov-11 15:38pm    
What do you mean with 'idle time' (for instance VB6 has NOT a OnIdle message handler) and what is 'event' in your scenario?

1 solution

Why not just start a thread that does whatever it needs to do on a schedule. When it's time to perform the task, see if the system is idle. If not, sleep for a minute and try again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900