Click here to Skip to main content
15,898,981 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: To use C++ DLL in C#. Pin
Syed Mujtaba Hassan24-Sep-06 23:59
Syed Mujtaba Hassan24-Sep-06 23:59 
GeneralRe: To use C++ DLL in C#. Pin
Christian Graus25-Sep-06 0:20
protectorChristian Graus25-Sep-06 0:20 
GeneralRe: To use C++ DLL in C#. Pin
Syed Mujtaba Hassan25-Sep-06 19:30
Syed Mujtaba Hassan25-Sep-06 19:30 
GeneralRe: To use C++ DLL in C#. Pin
Christian Graus25-Sep-06 19:36
protectorChristian Graus25-Sep-06 19:36 
GeneralRe: To use C++ DLL in C#. Pin
Syed Mujtaba Hassan27-Sep-06 22:56
Syed Mujtaba Hassan27-Sep-06 22:56 
Questionput a CrLf into a textbox.text Pin
Glen Harvy22-Sep-06 22:36
Glen Harvy22-Sep-06 22:36 
AnswerRe: put a CrLf into a textbox.text Pin
Guffa22-Sep-06 22:41
Guffa22-Sep-06 22:41 
GeneralRe: put a CrLf into a textbox.text Pin
Glen Harvy22-Sep-06 22:46
Glen Harvy22-Sep-06 22:46 
AnswerRe: put a CrLf into a textbox.text Pin
Guffa22-Sep-06 23:54
Guffa22-Sep-06 23:54 
GeneralRe: put a CrLf into a textbox.text Pin
Glen Harvy23-Sep-06 4:07
Glen Harvy23-Sep-06 4:07 
AnswerRe: put a CrLf into a textbox.text Pin
Tilewa24-Sep-06 12:42
Tilewa24-Sep-06 12:42 
Questionvalue of childnode in a treeview Pin
Deepak the Cool22-Sep-06 21:48
Deepak the Cool22-Sep-06 21:48 
AnswerRe: value of childnode in a treeview Pin
Ed.Poore24-Sep-06 13:35
Ed.Poore24-Sep-06 13:35 
QuestionDo "Using" Statements Increase the Assembly Size ? Pin
Nadia Monalisa22-Sep-06 20:56
Nadia Monalisa22-Sep-06 20:56 
AnswerRe: Do "Using" Statements Increase the Assembly Size ? Pin
Daniel Grunwald22-Sep-06 21:39
Daniel Grunwald22-Sep-06 21:39 

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.