I want to check if the time is at a certain preset time. How would I make it keep on checking?How would I do Loops in VB 2008?
You can't do it with a loop, because you would be locked in and the program couldn't do anything else.
What I would recommend is a ';Timer';. You would find it in the ';ToolBox'; to the left edge of the screen.
Set up the start time, the time delay, and a procedure that will run during the interval time delay to check if the preset time has elapsed.
No comments:
Post a Comment