Click here to Skip to main content
16,018,442 members
Home / Discussions / C#
   

C#

 
GeneralRe: StringBuilder Pin
Scott Dorman22-Aug-07 8:13
professionalScott Dorman22-Aug-07 8:13 
GeneralRe: StringBuilder Pin
PIEBALDconsult22-Aug-07 9:08
mvePIEBALDconsult22-Aug-07 9:08 
GeneralRe: StringBuilder Pin
Giorgi Dalakishvili22-Aug-07 9:23
mentorGiorgi Dalakishvili22-Aug-07 9:23 
GeneralRe: StringBuilder Pin
PIEBALDconsult22-Aug-07 10:00
mvePIEBALDconsult22-Aug-07 10:00 
GeneralRe: StringBuilder Pin
Luc Pattyn22-Aug-07 13:21
sitebuilderLuc Pattyn22-Aug-07 13:21 
GeneralRe: StringBuilder Pin
PIEBALDconsult22-Aug-07 14:43
mvePIEBALDconsult22-Aug-07 14:43 
GeneralRe: StringBuilder Pin
Luc Pattyn22-Aug-07 14:55
sitebuilderLuc Pattyn22-Aug-07 14:55 
GeneralRe: StringBuilder Pin
PIEBALDconsult22-Aug-07 17:57
mvePIEBALDconsult22-Aug-07 17:57 
Well, I'd still rather not have to allocate a new array each time. And the array in use is already expanded to hold the longest line encountered so far (I do allocate it to hold twice my expected maximum, so maybe that's not too much of an issue).

So, I'm reusing the same instance.

And maybe I will fill it one character at a time, but I'm pondering the implementation.
QuestionRecording movement on a GUI of an application Pin
thedavejay22-Aug-07 6:27
thedavejay22-Aug-07 6:27 
AnswerRe: Recording movement on a GUI of an application Pin
Ravi Bhavnani22-Aug-07 10:46
professionalRavi Bhavnani22-Aug-07 10:46 
GeneralRe: Recording movement on a GUI of an application Pin
thedavejay23-Aug-07 6:32
thedavejay23-Aug-07 6:32 
QuestionDatagrid Pin
Brother Louis22-Aug-07 6:08
Brother Louis22-Aug-07 6:08 
Questionfrom CheckedListBox to DataGrid Pin
costavo22-Aug-07 4:55
costavo22-Aug-07 4:55 
AnswerRe: from CheckedListBox to DataGrid Pin
Vasudevan Deepak Kumar22-Aug-07 4:57
Vasudevan Deepak Kumar22-Aug-07 4:57 
GeneralRe: from CheckedListBox to DataGrid Pin
costavo22-Aug-07 6:10
costavo22-Aug-07 6:10 
QuestionDatagrid Pin
Brother Louis22-Aug-07 4:53
Brother Louis22-Aug-07 4:53 
AnswerRe: Datagrid Pin
Vasudevan Deepak Kumar22-Aug-07 4:55
Vasudevan Deepak Kumar22-Aug-07 4:55 
GeneralRe: Datagrid Pin
Brother Louis22-Aug-07 5:03
Brother Louis22-Aug-07 5:03 
QuestionUsing FileStream Pin
gauthee22-Aug-07 4:48
gauthee22-Aug-07 4:48 
AnswerRe: Using FileStream Pin
Vasudevan Deepak Kumar22-Aug-07 4:57
Vasudevan Deepak Kumar22-Aug-07 4:57 
GeneralRe: Using FileStream Pin
gauthee22-Aug-07 5:05
gauthee22-Aug-07 5:05 
GeneralRe: Using FileStream Pin
Luc Pattyn22-Aug-07 5:29
sitebuilderLuc Pattyn22-Aug-07 5:29 
AnswerRe: Using FileStream Pin
Tim Wuytens23-Aug-07 0:23
Tim Wuytens23-Aug-07 0:23 
GeneralRe: Using FileStream Pin
gauthee23-Aug-07 2:39
gauthee23-Aug-07 2:39 
GeneralRe: Using FileStream Pin
Tim Wuytens23-Aug-07 3:03
Tim Wuytens23-Aug-07 3:03 

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.