DoEvents method


Prototype

DoEvents Proto

Syntax

Invoke DoEvents

Function

Allows the operating system to process messages.

Parameters

None

Return value

None


REMARKS: This method can be useful to allow the operating system to process messages while inside a loop.