How to make an application "sleep"?

Post Reply
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

How to make an application "sleep"?

Post by don lowenstein »

What is the best way to make an application "Sleep" for a specified time interval?

In xbase there was a Sleep() function.

I'm aware of "inkey()"

Is there a "best" way to make the process inactive for a time period.

Thanks.
Don Lowenstein
www.laapc.com
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

DLL32 FUNCTION Sleep ( dwMilliseconds AS LONG ) AS VOID PASCAL LIB "KERNEL32"
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

Post by don lowenstein »

Thanks very much!!
Don Lowenstein
www.laapc.com
Post Reply