Click here to Skip to main content
15,918,668 members
Home / Discussions / C#
   

C#

 
GeneralRe: Objects between machines Pin
ProffK27-Nov-03 3:53
ProffK27-Nov-03 3:53 
GeneralRe: Objects between machines Pin
Corinna John27-Nov-03 9:37
Corinna John27-Nov-03 9:37 
GeneralRe: Objects between machines Pin
ProffK27-Nov-03 20:33
ProffK27-Nov-03 20:33 
GeneralRe: Objects between machines Pin
Corinna John28-Nov-03 2:30
Corinna John28-Nov-03 2:30 
GeneralRe: Objects between machines Pin
ProffK28-Nov-03 2:38
ProffK28-Nov-03 2:38 
GeneralCalling unmanaged static C++ lib from C# Pin
krogoth26-Nov-03 22:39
krogoth26-Nov-03 22:39 
GeneralRe: Calling unmanaged static C++ lib from C# Pin
lajiyo27-Nov-03 3:15
lajiyo27-Nov-03 3:15 
GeneralReading 1 char (without ENTER) from Console Pin
another_user_name26-Nov-03 21:45
another_user_name26-Nov-03 21:45 
I want to read a char from console (like Console.Read) but I need to not wait the ENTER Key.

I know that it can be done using Windows API but this solution doesn't work for me since I'm not using the windows shell (cmd.exe). In fact, I'm running this appication through Cygwin telnet from a VT100 terminal.

I guess that it could be achieved creating a new class which inherits from TextReader and set it as a console stream reader (Console.SetIn), but I'm not sure (still looking Wink | ;) ). Any suggestion/samples?

thanks.
GeneralRe: Reading 1 char (without ENTER) from Console Pin
lajiyo27-Nov-03 2:01
lajiyo27-Nov-03 2:01 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
another_user_name27-Nov-03 2:38
another_user_name27-Nov-03 2:38 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
lajiyo27-Nov-03 2:57
lajiyo27-Nov-03 2:57 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
leppie27-Nov-03 6:03
leppie27-Nov-03 6:03 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
Bo Hunter27-Nov-03 20:21
Bo Hunter27-Nov-03 20:21 
GeneralRe: Reading 1 char (without ENTER) from Console Pin
another_user_name27-Nov-03 21:08
another_user_name27-Nov-03 21:08 
GeneralError Instantiating Class Pin
obelisk2926-Nov-03 20:43
obelisk2926-Nov-03 20:43 
GeneralRe: Error Instantiating Class Pin
Corinna John26-Nov-03 20:56
Corinna John26-Nov-03 20:56 
GeneralRe: Error Instantiating Class Pin
obelisk2927-Nov-03 5:49
obelisk2927-Nov-03 5:49 
GeneralRe: Error Instantiating Class Pin
Corinna John27-Nov-03 9:45
Corinna John27-Nov-03 9:45 
QuestionHow to change the displaying sequence of columns in a DataView Pin
itismydick26-Nov-03 20:29
itismydick26-Nov-03 20:29 
Questionhow to add icons to tab page headers? Pin
viswaug26-Nov-03 20:04
viswaug26-Nov-03 20:04 
GeneralInvoking script methods from C# Browser Control (take 2) Pin
snappa26-Nov-03 18:34
snappa26-Nov-03 18:34 
GeneralRe: Invoking script methods from C# Browser Control (take 2) Pin
Stephane Rodriguez.26-Nov-03 21:02
Stephane Rodriguez.26-Nov-03 21:02 
GeneralRe: Invoking script methods from C# Browser Control (take 2) Pin
snappa27-Nov-03 12:33
snappa27-Nov-03 12:33 
GeneralWriting DataSet to Crystal Report File. Pin
IrishSonic26-Nov-03 13:34
IrishSonic26-Nov-03 13:34 
GeneralRe: Writing DataSet to Crystal Report File. Pin
knvsol27-Nov-03 5:39
knvsol27-Nov-03 5:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.