Hi All,
i am too tired now to find this out by my own, but why does
my while loop "while(readline==Console.ReadLine())" needs
twice return hit to read the line, after setting
"Console.TreatControlCAsInput = true". How can i make it
work like it would be set to "false", so that i only must hit the
return once to get the input,...
TIA
Regards
Kerem

Signature
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Marc Gravell - 08 Dec 2007 08:36 GMT
See:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=
226101
Besically, you might need to use ReadKey like the examples on MSDN
(below) and combine the characters yourself. Far from ideal. Sorry.
http://msdn2.microsoft.com/en-us/library/system.console.treatcontrolcasinput.aspx
Marc