Results 1 to 3 of 3

Thread: [RESOLVED] Sleep???

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    43

    Resolved [RESOLVED] Sleep???

    Does anyone know the command for Sleep. I know in BASIC it is SLEEP 5 (5 being seconds).

    ?
    I can help with C++, Java (some), vB, Ruby/RoR, Python, JavaScript, and TorqueScript

  2. #2
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: Sleep???

    Quote Originally Posted by pSY cO.
    Does anyone know the command for Sleep. I know in BASIC it is SLEEP 5 (5 being seconds).

    ?
    Hi,

    Here's a link about the sleep method:

    http://msdn.microsoft.com/library/de...leepTopic1.asp

    Hope it helps,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Sleep???

    You should only need the System.Threading.Thread.Sleep(5000) line from there.

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