.NET WinForms: suspend code until mouse move or keyboard press

Posted by synergetic on Stack Overflow See other posts from Stack Overflow or by synergetic
Published on 2010-02-15T05:37:17Z Indexed on 2010/05/30 18:02 UTC
Read the original article Hit count: 419

In .NET WinForms I want to display message in a status bar and suspend the program execution until user moves mouse or presses keyboard. How can I do that?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms