How to give users a certain time to enter something? (VB.Net)

Posted by lesderid on Stack Overflow See other posts from Stack Overflow or by lesderid
Published on 2010-05-15T13:29:47Z Indexed on 2010/05/15 13:34 UTC
Read the original article Hit count: 131

Filed under:
|
|

I'm making a speed game in VB.Net (Console Application) and users have a certain time to press a certain key. So how can I give the Console.ReadKey function a timeout without just waiting until a key was pressed?

© Stack Overflow or respective owner

Related posts about vb

Related posts about timeout