Group: Process and Thread - Library: kernel32
How to make the caption of a VFP application flashing in the Windows task bar
Using Beep and Sleep functions to make the old tin buzz sing (WinNT only?)
How to play MIDI notes
GDI+ fun: roach-infested desktop
How to control Adobe Reader 9.0 (SDI mode) from VFP application
VOID Sleep(
DWORD dwMilliseconds // sleep time
);
DECLARE Sleep IN kernel32 INTEGER dwMilliseconds
dwMilliseconds [in] Specifies the time, in milliseconds, for which to suspend execution
This function does not return a value
A value INFINITE = DWORD(0xffffffff) causes the infinite delay for the thread (the process for the VFP).