Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: invalidate() in winforms Pin
Judah Gabriel Himango22-Jul-06 6:49
sponsorJudah Gabriel Himango22-Jul-06 6:49 
QuestionDecoupling components Pin
WillemM21-Jul-06 2:37
WillemM21-Jul-06 2:37 
QuestionC# async Socket howto read nutil buffer is empty Pin
TUX2K21-Jul-06 2:12
TUX2K21-Jul-06 2:12 
AnswerRe: C# async Socket howto read nutil buffer is empty [modified] Pin
WillemM21-Jul-06 2:45
WillemM21-Jul-06 2:45 
GeneralRe: C# async Socket howto read nutil buffer is empty Pin
TUX2K21-Jul-06 3:08
TUX2K21-Jul-06 3:08 
GeneralRe: C# async Socket howto read nutil buffer is empty Pin
WillemM21-Jul-06 3:11
WillemM21-Jul-06 3:11 
GeneralRe: C# async Socket howto read nutil buffer is empty Pin
TUX2K21-Jul-06 3:51
TUX2K21-Jul-06 3:51 
GeneralRe: C# async Socket howto read nutil buffer is empty Pin
WillemM21-Jul-06 4:28
WillemM21-Jul-06 4:28 
To what end do you want to read? A network stream potentially has no end.
So this would mean read until you get an error stating the connection was closed.

The method does just that, it will throw an exception when the connection is closed. Normally I would check for a special character during the decoding of the received data to check if I need to close the connection and stop reading.

WM.

What about weapons of mass-construction?

GeneralRe: C# async Socket howto read nutil buffer is empty Pin
TUX2K21-Jul-06 4:53
TUX2K21-Jul-06 4:53 
QuestionPlayout Video Pin
shakil ahmed21-Jul-06 1:57
shakil ahmed21-Jul-06 1:57 
AnswerRe: Playout Video Pin
LongRange.Shooter21-Jul-06 4:50
LongRange.Shooter21-Jul-06 4:50 
GeneralRe: Playout Video Pin
shakil ahmed21-Jul-06 21:00
shakil ahmed21-Jul-06 21:00 
QuestionControl events Pin
venkatchowdary21-Jul-06 1:34
venkatchowdary21-Jul-06 1:34 
QuestionVideo Streaming Problem Pin
shakil ahmed21-Jul-06 1:28
shakil ahmed21-Jul-06 1:28 
AnswerRe: Video Streaming Problem Pin
stancrm21-Jul-06 1:32
stancrm21-Jul-06 1:32 
AnswerRe: XMLReader Problem Pin
stancrm21-Jul-06 1:35
stancrm21-Jul-06 1:35 
QuestionProperties.Settings.Default.Save() does not work Pin
Mertli Ozgur Nevres21-Jul-06 1:06
Mertli Ozgur Nevres21-Jul-06 1:06 
AnswerRe: Properties.Settings.Default.Save() does not work Pin
Mertli Ozgur Nevres21-Jul-06 1:52
Mertli Ozgur Nevres21-Jul-06 1:52 
QuestionUnauthorizedAccessException Pin
sjembek20-Jul-06 23:55
sjembek20-Jul-06 23:55 
AnswerRe: UnauthorizedAccessException Pin
leppie21-Jul-06 1:02
leppie21-Jul-06 1:02 
GeneralRe: UnauthorizedAccessException Pin
sjembek21-Jul-06 1:27
sjembek21-Jul-06 1:27 
GeneralRe: UnauthorizedAccessException Pin
leppie21-Jul-06 2:10
leppie21-Jul-06 2:10 
AnswerRe: UnauthorizedAccessException Pin
Vasudevan Deepak Kumar21-Jul-06 1:41
Vasudevan Deepak Kumar21-Jul-06 1:41 
GeneralRe: UnauthorizedAccessException Pin
sjembek21-Jul-06 2:06
sjembek21-Jul-06 2:06 
Questionnamevaluecollection in user settings Pin
Badscher20-Jul-06 23:22
Badscher20-Jul-06 23:22 

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.