Results 1 to 3 of 3

Thread: CAlling Wait

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Posts
    78

    CAlling Wait

    Does anyone know the api definition to call Wait 5000 so that it will just sit there for 5 sec?

    thanks

  2. #2
    Matthew Gates
    Guest
    I think you are looking for the Sleep API function.


    Code:
    Private Declare Sub Sleep Lib "kernel32" _
    (ByVal dwMilliseconds As Long)

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Posts
    78
    Right the sleep

    Thanks alot!!

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