Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
AnswerRe: Socket ReceiveTimeout in WIndows Mobile Pin
Judah Gabriel Himango23-Sep-06 16:51
sponsorJudah Gabriel Himango23-Sep-06 16:51 
Questionxml or object entities Pin
Tilewa23-Sep-06 3:29
Tilewa23-Sep-06 3:29 
QuestionProblem with Code Pin
Mohammed Amine23-Sep-06 3:21
Mohammed Amine23-Sep-06 3:21 
AnswerRe: Problem with Code Pin
Guffa23-Sep-06 3:31
Guffa23-Sep-06 3:31 
AnswerRe: Problem with Code Pin
User 171649223-Sep-06 4:29
professionalUser 171649223-Sep-06 4:29 
GeneralRe: Problem with Code Pin
Kevin McFarlane23-Sep-06 5:38
Kevin McFarlane23-Sep-06 5:38 
QuestionTyped & Non-Typed DataSet Pin
Mohammed Amine23-Sep-06 3:15
Mohammed Amine23-Sep-06 3:15 
AnswerRe: Typed & Non-Typed DataSet Pin
Imran Adam24-Sep-06 5:38
Imran Adam24-Sep-06 5:38 
QuestionHandling redirects with HttpWebResponse Pin
derCola23-Sep-06 2:20
derCola23-Sep-06 2:20 
Questionkeys Pin
rzvme23-Sep-06 1:22
rzvme23-Sep-06 1:22 
AnswerRe: keys Pin
seq-23-Sep-06 6:50
seq-23-Sep-06 6:50 
GeneralRe: keys Pin
rzvme23-Sep-06 22:52
rzvme23-Sep-06 22:52 
GeneralRe: keys Pin
rzvme24-Sep-06 4:03
rzvme24-Sep-06 4:03 
Questionhow to print form in vs2005 ? Pin
hdv21223-Sep-06 1:03
hdv21223-Sep-06 1:03 
AnswerRe: how to print form in vs2005 ? Pin
Green Fuze23-Sep-06 6:03
Green Fuze23-Sep-06 6:03 
QuestionProperties.Settings - does it work ? Pin
Christian Graus23-Sep-06 0:38
protectorChristian Graus23-Sep-06 0:38 
AnswerRe: Properties.Settings - does it work ? Pin
S. Senthil Kumar23-Sep-06 1:57
S. Senthil Kumar23-Sep-06 1:57 
GeneralRe: Properties.Settings - does it work ? Pin
Christian Graus23-Sep-06 18:54
protectorChristian Graus23-Sep-06 18:54 
GeneralRe: Properties.Settings - does it work ? Pin
S. Senthil Kumar24-Sep-06 19:05
S. Senthil Kumar24-Sep-06 19:05 
QuestionVoice capturing Pin
AB777123-Sep-06 0:11
AB777123-Sep-06 0:11 
QuestionQuestion about data transfer through tcp. Pin
Green Fuze22-Sep-06 23:23
Green Fuze22-Sep-06 23:23 
AnswerRe: Question about data transfer through tcp. Pin
Syed Mujtaba Hassan22-Sep-06 23:42
Syed Mujtaba Hassan22-Sep-06 23:42 
AnswerRe: Question about data transfer through tcp. Pin
Mike Dimmick23-Sep-06 1:05
Mike Dimmick23-Sep-06 1:05 
TCP does not preserve message boundaries. You must pay attention to the return value of GetStream().Read - this will tell you how much data was returned in a particular call. The remaining bytes in the buffer passed to Read will have the same value as they had before the call was made.

Remember that network streams deal in bytes. If you're sending a text file and reading it as text into string variables, ensure that you use the same Encoding on both ends to convert to and from byte[] buffers.

Stability. What an interesting concept. -- Chris Maunder

QuestionTo use C++ DLL in C#. Pin
Syed Mujtaba Hassan22-Sep-06 23:09
Syed Mujtaba Hassan22-Sep-06 23:09 
AnswerRe: To use C++ DLL in C#. Pin
Christian Graus23-Sep-06 1:11
protectorChristian Graus23-Sep-06 1:11 

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.