DoEvents
Previous Top Next

Allows a program to take care of waiting events.
Useful in cases that the processor is busy and you don't want the program to stop responding to the user.
Another case where you can use DoEvents is when you want the program to draw all waiting drawings.
Syntax: DoEvents