Results 1 to 8 of 8

Thread: System.Threading.Thread.Sleep [Resolved]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    127

    System.Threading.Thread.Sleep [Resolved]

    After some trial and error I found some articles about using the below code to delay an action from occuring.

    Code:
    System.Threading.Thread.Sleep(1000)
    Sure it works to delay but it from what I gather only works on Win2k and XP and it puts the system to sleep for the specified time. "Meaning that nothing else will run" while it's sleeping.

    Is there a better way to get a delay between two actions taking place and allow other actions to take place too?

    I'm simply trying to show one picture box, hide it and then show another picture box beside it, hide it and then show another picture box beside it.
    Last edited by teamdad; Jun 22nd, 2004 at 09:31 AM.

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