CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    69

    Arrow C#: How to create a delay with making the GUI unresponsive?

    Hi,

    Does anyone know how to create a delay in C#?

    I dont like to use Thread.Sleep because it makes the GUI unresponsive.

    Do you know of any good alternatives?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: C#: How to create a delay with making the GUI unresponsive?

    What are you trying to accomplish? Why do you think you need to have a delay?

Tags for this Thread

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

Featured