Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Controls Leave Event - Help Pin
Craig G Fraser18-Oct-05 3:39
Craig G Fraser18-Oct-05 3:39 
GeneralRe: Controls Leave Event - Help Pin
Wjousts18-Oct-05 3:46
Wjousts18-Oct-05 3:46 
Questionencryption in c# Pin
sandy_francs18-Oct-05 1:13
sandy_francs18-Oct-05 1:13 
AnswerRe: encryption in c# Pin
Vikram A Punathambekar18-Oct-05 1:37
Vikram A Punathambekar18-Oct-05 1:37 
GeneralRe: encryption in c# Pin
sandy_francs18-Oct-05 16:14
sandy_francs18-Oct-05 16:14 
AnswerRe: encryption in c# Pin
Ryan Roberts18-Oct-05 1:41
Ryan Roberts18-Oct-05 1:41 
Questionhi all Pin
magnifique18-Oct-05 0:37
magnifique18-Oct-05 0:37 
AnswerRe: hi all Pin
Rob Philpott18-Oct-05 1:10
Rob Philpott18-Oct-05 1:10 
To quote mdsn http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiostreamreaderclassreadtoendtopic.asp[^] :

"ReadToEnd assumes that the stream knows when it has reached an end. For interactive protocols, in which the server sends data only when you ask for it and does not close the connection, ReadToEnd might block indefinitely and should be avoided."

If your sending and receiving text only, use StreamReader and StreamWriter's ReadLine and WriteLine methods an you should be ok.

Rob Philpott.
QuestionMerging cells Pin
servik18-Oct-05 0:32
servik18-Oct-05 0:32 
QuestionNUMERIC DataGridViewColumn Pin
Greeky18-Oct-05 0:01
Greeky18-Oct-05 0:01 
AnswerRe: NUMERIC DataGridViewColumn Pin
Robert Rohde18-Oct-05 6:00
Robert Rohde18-Oct-05 6:00 
Questioniterating ResourceManager Pin
chettu17-Oct-05 23:51
chettu17-Oct-05 23:51 
QuestionAdd a toolbar in the windows deskbar... Pin
seup17-Oct-05 23:38
seup17-Oct-05 23:38 
AnswerRe: Add a toolbar in the windows deskbar... Pin
seup19-Oct-05 6:39
seup19-Oct-05 6:39 
QuestionODBC Dataadapter - Error HY007 on update! Pin
Patrick Klug17-Oct-05 22:33
Patrick Klug17-Oct-05 22:33 
AnswerRe: ODBC Dataadapter - Error HY007 on update! Pin
Gavin Jeffrey18-Oct-05 3:56
Gavin Jeffrey18-Oct-05 3:56 
GeneralRe: ODBC Dataadapter - Error HY007 on update! Pin
Patrick Klug18-Oct-05 6:00
Patrick Klug18-Oct-05 6:00 
QuestionWindows crash (BSOD) when compiling in VS.NET Pin
dorwin17-Oct-05 22:23
dorwin17-Oct-05 22:23 
AnswerRe: Windows crash (BSOD) when compiling in VS.NET Pin
leppie18-Oct-05 5:15
leppie18-Oct-05 5:15 
QuestionRegarding the ZedGraph Chart control that was posted by our friend JChampion Pin
sukanyavarma17-Oct-05 21:28
sukanyavarma17-Oct-05 21:28 
Questiontooltip on listbox Pin
Mridang Agarwalla17-Oct-05 21:12
Mridang Agarwalla17-Oct-05 21:12 
AnswerRe: tooltip on listbox Pin
Wjousts18-Oct-05 3:44
Wjousts18-Oct-05 3:44 
Questioncall a form and return the result Pin
Mridang Agarwalla17-Oct-05 21:05
Mridang Agarwalla17-Oct-05 21:05 
AnswerRe: call a form and return the result Pin
S. Senthil Kumar18-Oct-05 0:33
S. Senthil Kumar18-Oct-05 0:33 
AnswerRe: call a form and return the result Pin
Rob Philpott18-Oct-05 0:48
Rob Philpott18-Oct-05 0:48 

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.