Click to See Complete Forum and Search --> : Pausing execution of a program(URGENT!!!!)


Radu
August 30th, 2001, 07:45 AM
Hi there,

I am trying to pause the execution of my program for some milliseconds but I don't find a command for that (like Sleep(xx ms) in Visual C++). Can someone help me?

Tyler007
August 30th, 2001, 07:47 AM
Try this API :

Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long)