Hi.
I want to read a character from console, while writing something to the
console.
And if, there were no input character in some seconds, then I wish to
continue to writing to the console.
How can I done that with .NET?
Chris Dunaway - 09 Jul 2007 15:18 GMT
> Hi.
>
[quoted text clipped - 3 lines]
> continue to writing to the console.
> How can I done that with .NET?
Have you looked at the properties and methods of the Console class?
Specifically, the KeyAvailable property and the ReadKey method?
http://msdn2.microsoft.com/en-us/library/system.console_members.aspx
Chris
Jade Lee - 09 Jul 2007 20:31 GMT
>
>> Hi.
[quoted text clipped - 14 lines]
>
>
Thanks!
It slipped my mind.
Thanks again! :-)