DoEvents() - Processes all Windows messages currently in the message queue.Sleep(millisecondsTimeout) - Suspends the current thread for the specified amount of time.