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


I am creating a speed game in VB.Net (console application) and users have a fixed key. So how can I give a console? Does readkey work without waiting for a timeout without pressing a key?

You should use a timer when the user selects the right key then you can disable it . If the user has to choose a different key then you can reset it.


Comments