T
talljames
Hi all,
Does anyone know how to end a Console.ReadLine() programmically rather
than typing the enter key in C#?
I have tried just setting the class object that contains this line to
null, but unfortunately that doesn't clear it up because it is
waiting for a signal to reactivate itself. I thought that maybe a
could write the equivelant of an Enter key to the console? Not sure
how to do that ie "\r\n"? :?:
thanks in advance.
Does anyone know how to end a Console.ReadLine() programmically rather
than typing the enter key in C#?
I have tried just setting the class object that contains this line to
null, but unfortunately that doesn't clear it up because it is
waiting for a signal to reactivate itself. I thought that maybe a
could write the equivelant of an Enter key to the console? Not sure
how to do that ie "\r\n"? :?:
thanks in advance.