Title: Set a delay without using CPU timeUse SleepEx or Sleep WinAPI function. First parameter is a pause in milliseconds.SleepEx(3000, False);