Click here to Skip to main content
15,924,901 members
Home / Discussions / C#
   

C#

 
GeneralRe: Moving Child Windows Pin
Stefan Troschuetz9-Dec-04 23:06
Stefan Troschuetz9-Dec-04 23:06 
GeneralResize window Pin
Anonymous9-Dec-04 19:30
Anonymous9-Dec-04 19:30 
GeneralRe: Resize window Pin
Tyrus1829-Dec-04 19:34
Tyrus1829-Dec-04 19:34 
Generalquery a database which contains dates Pin
steve_rm9-Dec-04 19:05
steve_rm9-Dec-04 19:05 
GeneralRe: query a database which contains dates Pin
Jay Shankar9-Dec-04 19:21
Jay Shankar9-Dec-04 19:21 
GeneralRe: query a database which contains dates Pin
Jay Shankar9-Dec-04 19:32
Jay Shankar9-Dec-04 19:32 
QuestionUsing a dynamic Byte array? Pin
tantiboh9-Dec-04 18:57
tantiboh9-Dec-04 18:57 
AnswerRe: Using a dynamic Byte array? Pin
Daniel Turini9-Dec-04 22:12
Daniel Turini9-Dec-04 22:12 
tantiboh wrote:
My problem is, every so often I get a response that is so long it overflows my Receiver array (ever look up "at" in the dictionary? ). Declaring a 1,000,000 member array seems a bit silly, so is there a way to declare a dynamic Byte array that can be added to like an ArrayList? Or maybe some other workaround for this algorithm?
Something like this:
StringBuilder sb = new StringBuilder();
while ((bytes = s.Receive(Receiver, Receiver.Length, 0)) != 0)
{
    sb.Append(System.Text.Encoding.ASCII.GetString(Receiver, 0, bytes));
}
strDefinition = sb.ToString();


Yes, even I am blogging now!
GeneralRe: Using a dynamic Byte array? Pin
tantiboh10-Dec-04 11:08
tantiboh10-Dec-04 11:08 
Generalbase class for Window Form class Pin
ting6689-Dec-04 14:41
ting6689-Dec-04 14:41 
GeneralRe: base class for Window Form class Pin
Javier Lozano9-Dec-04 16:11
Javier Lozano9-Dec-04 16:11 
GeneralRe: base class for Window Form class Pin
ting6689-Dec-04 23:05
ting6689-Dec-04 23:05 
QuestionHow to open a matlab program? Pin
Kiran Satish9-Dec-04 14:34
Kiran Satish9-Dec-04 14:34 
AnswerRe: How to open a matlab program? Pin
Christian Graus9-Dec-04 14:39
protectorChristian Graus9-Dec-04 14:39 
GeneralRe: How to open a matlab program? Pin
Kiran Satish9-Dec-04 15:32
Kiran Satish9-Dec-04 15:32 
AnswerRe: How to open a matlab program? Pin
Daniel Turini9-Dec-04 22:08
Daniel Turini9-Dec-04 22:08 
QuestionDifferent colors in List Boxes? Pin
tantiboh9-Dec-04 12:33
tantiboh9-Dec-04 12:33 
AnswerRe: Different colors in List Boxes? Pin
Jay Shankar9-Dec-04 20:21
Jay Shankar9-Dec-04 20:21 
GeneralRe: Different colors in List Boxes? Pin
tantiboh10-Dec-04 8:35
tantiboh10-Dec-04 8:35 
Generalrichtextbox edit control and events - help! Pin
Curt9-Dec-04 8:11
Curt9-Dec-04 8:11 
GeneralRe: richtextbox edit control and events - help! Pin
Judah Gabriel Himango9-Dec-04 10:25
sponsorJudah Gabriel Himango9-Dec-04 10:25 
Questionhow to program a scalable server application? Pin
ppp0019-Dec-04 7:09
ppp0019-Dec-04 7:09 
AnswerRe: how to program a scalable server application? Pin
Daniel Turini9-Dec-04 11:45
Daniel Turini9-Dec-04 11:45 
AnswerRe: how to program a scalable server application? Pin
Javier Lozano9-Dec-04 16:17
Javier Lozano9-Dec-04 16:17 
GeneralChange behaviour on WM_ERASEBKGND Pin
stefan houtz9-Dec-04 6:42
stefan houtz9-Dec-04 6:42 

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.