Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: Purpose of Clip member in Graphics Pin
Dr.Walt Fair, PE24-Feb-10 11:13
professionalDr.Walt Fair, PE24-Feb-10 11:13 
GeneralRe: Purpose of Clip member in Graphics Pin
baranils24-Feb-10 20:28
baranils24-Feb-10 20:28 
GeneralRe: Purpose of Clip member in Graphics Pin
RichardM124-Feb-10 20:38
RichardM124-Feb-10 20:38 
GeneralRe: Purpose of Clip member in Graphics Pin
baranils24-Feb-10 20:50
baranils24-Feb-10 20:50 
GeneralRe: Purpose of Clip member in Graphics Pin
Dr.Walt Fair, PE25-Feb-10 4:00
professionalDr.Walt Fair, PE25-Feb-10 4:00 
GeneralRe: Purpose of Clip member in Graphics Pin
baranils25-Feb-10 4:10
baranils25-Feb-10 4:10 
QuestionAsynchronous socket programming Pin
Frozzeg24-Feb-10 8:02
Frozzeg24-Feb-10 8:02 
AnswerRe: Asynchronous socket programming Pin
Paulo Zemek24-Feb-10 8:40
Paulo Zemek24-Feb-10 8:40 
I am not sure what the 1 message with 10 packets means... specially compared to 1 packet to 10 messages, but I think I have the "solution".


For example:
Send("Test1");
Send("Test2");
Send("Test3");

The client can receive:
Test1Test2Test3
Or you can receive the message as:
Test
1Tes
t2Te
st3

In fact, TCP/IP only "streams" data. If you expect to send "one packet" and receive "one packet" you are going the wrong way.


Ahh... and that's has nothing to do with synchronous or asynchronous programming... it's the TCP/IP way of working.
If you expect for messages, you must Receive the buffer, accumulate it to the last buffer (if it exists) and then search as many "begin/ends" as it is possible in the message, so it's up to you to do that.
GeneralRe: Asynchronous socket programming Pin
Frozzeg24-Feb-10 9:23
Frozzeg24-Feb-10 9:23 
QuestionAnyone else using ADO.Net 2.0, stored procedures and wcf for databinding rather than using another framwork? Pin
ToddHileHoffer24-Feb-10 7:13
ToddHileHoffer24-Feb-10 7:13 
AnswerRe: Anyone else using ADO.Net 2.0, stored procedures and wcf for databinding rather than using another framwork? Pin
Dr.Walt Fair, PE24-Feb-10 7:49
professionalDr.Walt Fair, PE24-Feb-10 7:49 
GeneralRe: Anyone else using ADO.Net 2.0, stored procedures and wcf for databinding rather than using another framwork? Pin
ToddHileHoffer24-Feb-10 9:25
ToddHileHoffer24-Feb-10 9:25 
AnswerRe: Anyone else using ADO.Net 2.0, stored procedures and wcf for databinding rather than using another framwork? Pin
PIEBALDconsult24-Feb-10 8:55
mvePIEBALDconsult24-Feb-10 8:55 
GeneralRe: Anyone else using ADO.Net 2.0, stored procedures and wcf for databinding rather than using another framwork? Pin
ToddHileHoffer24-Feb-10 9:26
ToddHileHoffer24-Feb-10 9:26 
QuestionAre tests ugly? Pin
Member 448708324-Feb-10 6:45
Member 448708324-Feb-10 6:45 
AnswerRe: Are tests ugly? Pin
Ravi Bhavnani24-Feb-10 7:22
professionalRavi Bhavnani24-Feb-10 7:22 
QuestionMessage Removed Pin
24-Feb-10 6:39
Etienne_12324-Feb-10 6:39 
AnswerRe: Recommended resolution Pin
Dave Kreskowiak24-Feb-10 8:06
mveDave Kreskowiak24-Feb-10 8:06 
QuestionultraCombo1 - Infragistics Pin
arsendem24-Feb-10 5:45
arsendem24-Feb-10 5:45 
AnswerRe: ultraCombo1 - Infragistics Pin
Saksida Bojan24-Feb-10 6:09
Saksida Bojan24-Feb-10 6:09 
QuestionRSOP Collection Com/WMI errer Pin
Planker24-Feb-10 5:44
Planker24-Feb-10 5:44 
AnswerRe: RSOP Collection Com/WMI errer Pin
Ravi Bhavnani24-Feb-10 7:24
professionalRavi Bhavnani24-Feb-10 7:24 
QuestionCustomWinFormsDesigner: How to Implement "TaskButton" on Controls and how to "Select and Draw" from a toolbox Pin
akamper24-Feb-10 4:36
akamper24-Feb-10 4:36 
AnswerRe: CustomWinFormsDesigner: How to Implement "TaskButton" on Controls and how to "Select and Draw" from a toolbox Pin
OriginalGriff24-Feb-10 4:54
mveOriginalGriff24-Feb-10 4:54 
AnswerRe: CustomWinFormsDesigner: How to Implement "TaskButton" on Controls and how to "Select and Draw" from a toolbox Pin
Saksida Bojan24-Feb-10 6:13
Saksida Bojan24-Feb-10 6:13 

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.