Hi,
i am not a friend of crossposting, but this is a exception here.
Either i dont get it or whatever, can someone tell me, why
the Console.ReadLine() needs twice Enter hit, after the
Console.TreatControlCAsInput = true; has been set and
how can i avoid this with Console.TreatControlCAsInput = true;
leaving the TreatControlCAsInput as "true",..
Why does this break its behaviour,...?
Regards
Kerem
Peter Duniho - 09 Dec 2007 23:12 GMT
> Hi,
>
> i am not a friend of crossposting, but this is a exception here.
You didn't cross-post. You multi-posted. You _should_ have cross-posted,
had it been necessary to put the message in multiple newsgroups.
> Either i dont get it or whatever, can someone tell me, why
> the Console.ReadLine() needs twice Enter hit, after the
[quoted text clipped - 3 lines]
>
> Why does this break its behaviour,...?
This was already answered for you in the C# newsgroup. You should go look
at the reply there.
The short answer: it's a known bug.
Pete