The Win32 API function "Sleep" suspends the operation of a thread for a specified time. If used in VB6; does this also suspend all events? If yes, are the events that occur during thread suspension stacked until the next "DoEvents"/idle state, or are they missed?
X.
X.