Apr 14, 2004 #1 Pyramus Programmer Dec 19, 2001 237 GB Press any key to continue." Ok how do I do that? As soon as the user presses a key it continues.. no having to press return first like with Console.Read or Console.ReadLine..
Press any key to continue." Ok how do I do that? As soon as the user presses a key it continues.. no having to press return first like with Console.Read or Console.ReadLine..
Apr 14, 2004 #2 cappmgr Programmer Jan 29, 2003 639 US This could help, http://dotnet247.com/247reference/msgs/29/148332.aspxMarty Upvote 0 Downvote
Apr 15, 2004 Thread starter #3 Pyramus Programmer Dec 19, 2001 237 GB Isn't there a simpler way than detecting a key press event? In C++ it's easy to do, can't believe you have to go to that level. Upvote 0 Downvote
Isn't there a simpler way than detecting a key press event? In C++ it's easy to do, can't believe you have to go to that level.