Results 1 to 3 of 3

Thread: Wait Function

  1. #1

    Thread Starter
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    Wait Function

    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

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    VB Code:
    1. Private Declare Sub Sleep _
    2.  Lib "kernel32" ( _
    3.  ByVal dwMilliseconds As Long)
    Best regards

  3. #3

    Thread Starter
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253
    Cheers

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width