Click here to Skip to main content
16,004,901 members
Home / Discussions / C#
   

C#

 
QuestionProperty Grid Control Pin
ppp0011-Nov-05 19:46
ppp0011-Nov-05 19:46 
AnswerRe: Property Grid Control Pin
Leather992-Nov-05 3:03
Leather992-Nov-05 3:03 
QuestionWork without Code-behind Pin
Expert Coming1-Nov-05 18:27
Expert Coming1-Nov-05 18:27 
AnswerRe: Work without Code-behind Pin
Christian Graus1-Nov-05 19:03
protectorChristian Graus1-Nov-05 19:03 
GeneralRe: Work without Code-behind Pin
Expert Coming1-Nov-05 19:15
Expert Coming1-Nov-05 19:15 
AnswerRe: Work without Code-behind Pin
Steve Maier2-Nov-05 3:45
professionalSteve Maier2-Nov-05 3:45 
Questionwhy does thsi misbehave at times? Pin
rahulmballal1-Nov-05 17:15
rahulmballal1-Nov-05 17:15 
AnswerRe: why does thsi misbehave at times? Pin
S. Senthil Kumar1-Nov-05 18:03
S. Senthil Kumar1-Nov-05 18:03 
Remember that console input is buffered, so if there are character in the buffer that were not yet consumed by your app, Console.Read will return immediately, returning the first character in the buffer. Unfortunately, I don't know of any way to clear the buffer using managed code, fflush(stdin); works for C++.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: why does thsi misbehave at times? Pin
Leather992-Nov-05 3:07
Leather992-Nov-05 3:07 
QuestionImage transitions .net component Pin
Volker Borm1-Nov-05 16:51
Volker Borm1-Nov-05 16:51 
AnswerRe: Image transitions .net component Pin
Christian Graus1-Nov-05 19:04
protectorChristian Graus1-Nov-05 19:04 
GeneralRe: Image transitions .net component Pin
Volker Borm1-Nov-05 20:08
Volker Borm1-Nov-05 20:08 
GeneralRe: Image transitions .net component Pin
Christian Graus2-Nov-05 8:27
protectorChristian Graus2-Nov-05 8:27 
GeneralRe: Image transitions .net component Pin
Volker Borm2-Nov-05 23:04
Volker Borm2-Nov-05 23:04 
QuestionRegex.Replace hangs !!! Pin
sgatto1591-Nov-05 16:39
sgatto1591-Nov-05 16:39 
AnswerRe: Regex.Replace hangs !!! Pin
S. Senthil Kumar1-Nov-05 18:08
S. Senthil Kumar1-Nov-05 18:08 
GeneralRe: Regex.Replace hangs !!! Pin
whizzs2-Nov-05 10:29
whizzs2-Nov-05 10:29 
GeneralRe: Regex.Replace hangs !!! Pin
whizzs2-Nov-05 10:32
whizzs2-Nov-05 10:32 
QuestionHow to Retrieve Serial Ports and Parallel Ports in the current system by Using Visual C# Pin
sums081-Nov-05 10:26
sums081-Nov-05 10:26 
AnswerRe: How to Retrieve Serial Ports and Parallel Ports in the current system by Using Visual C# Pin
whizzs2-Nov-05 10:49
whizzs2-Nov-05 10:49 
GeneralRe: How to Retrieve Serial Ports and Parallel Ports in the current system by Using Visual C# Pin
sums083-Nov-05 5:35
sums083-Nov-05 5:35 
QuestionCustom Collections Pin
tsramkumar1-Nov-05 10:06
tsramkumar1-Nov-05 10:06 
AnswerRe: Custom Collections Pin
S. Senthil Kumar1-Nov-05 18:18
S. Senthil Kumar1-Nov-05 18:18 
GeneralRe: Custom Collections Pin
tsramkumar2-Nov-05 3:06
tsramkumar2-Nov-05 3:06 
GeneralRe: Custom Collections Pin
S. Senthil Kumar2-Nov-05 4:37
S. Senthil Kumar2-Nov-05 4:37 

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.