DoEvents Instruction

Syntax                  DoEvents

Group                   Miscellaneous

Description           This instruction allows other applications to process events.

Example               '#Language "WWB.NET"
SubMain
    DoEvents ' let other apps work
EndSub