PDA

Click to See Complete Forum and Search --> : Wait Function


yrwyddfa
Nov 2nd, 2001, 04:53 AM
Does anybody out there know of an API function that causes a process (and it's thread) to suspend for a specified period of time?

I'm sure I've read about it somewhere, but I can't seem to find it again.

Cheers

Joacim Andersson
Nov 2nd, 2001, 05:55 AM
Private Declare Sub Sleep _
Lib "kernel32" ( _
ByVal dwMilliseconds As Long)Best regards

yrwyddfa
Nov 2nd, 2001, 06:09 AM
Cheers