Click here to Skip to main content
16,006,065 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reflection code: C# and VB.Net equivalents in .NET 1.1 Pin
Nish Nishant16-Dec-05 9:57
sitebuilderNish Nishant16-Dec-05 9:57 
GeneralRe: Reflection code: C# and VB.Net equivalents in .NET 1.1 Pin
pankazmittal16-Dec-05 9:59
pankazmittal16-Dec-05 9:59 
GeneralRe: Reflection code: C# and VB.Net equivalents in .NET 1.1 Pin
Nish Nishant16-Dec-05 10:02
sitebuilderNish Nishant16-Dec-05 10:02 
GeneralRe: Reflection code: C# and VB.Net equivalents in .NET 1.1 Pin
pankazmittal16-Dec-05 10:03
pankazmittal16-Dec-05 10:03 
Questionpreview and print a PrintDocument in VB6 Pin
IsaacB16-Dec-05 6:55
IsaacB16-Dec-05 6:55 
QuestionHUH ?? Pin
IceWater4216-Dec-05 6:36
IceWater4216-Dec-05 6:36 
AnswerRe: HUH ?? Pin
Dave Kreskowiak16-Dec-05 6:55
mveDave Kreskowiak16-Dec-05 6:55 
GeneralRe: HUH ?? Pin
IceWater4218-Dec-05 5:42
IceWater4218-Dec-05 5:42 
Yes ... you are correct, however, the question was not whether it could be done with STRINGSs, but rather how to do it with STRINGBUILDER. In fact, i am currently using STRINGs ... precisely as you describe.

The problem occurs when you have hundreds of thousands of these things to do ... performance becomes important ... and i wondered if i could speed things up if i could avoid CONSTRUCTING the resulting millions of intermediate strings needed in the complete solution.

IMHO, the need to create a STRING negates most of the value associated with using STRINGBUILDER ... in fact, it makes matters worse.

I only showed part of the problem ... the part that was perplexing: the lack of an "IndexOf" method for STRINGBUILDER.

GeneralRe: HUH ?? Pin
Dave Kreskowiak18-Dec-05 7:09
mveDave Kreskowiak18-Dec-05 7:09 
AnswerRe: HUH ?? Pin
Judah Gabriel Himango16-Dec-05 7:04
sponsorJudah Gabriel Himango16-Dec-05 7:04 
QuestionHow do I launch an App as a child window Pin
NeedToCode16-Dec-05 6:23
NeedToCode16-Dec-05 6:23 
AnswerRe: How do I launch an App as a child window Pin
Dave Kreskowiak16-Dec-05 6:41
mveDave Kreskowiak16-Dec-05 6:41 
QuestionProperty on another object Pin
Csupor Jenő16-Dec-05 5:30
Csupor Jenő16-Dec-05 5:30 
AnswerRe: Property on another object Pin
Nick Parker16-Dec-05 5:44
protectorNick Parker16-Dec-05 5:44 
QuestionC# & CORBA Pin
Impega16-Dec-05 4:31
Impega16-Dec-05 4:31 
AnswerRe: C# & CORBA Pin
Dan Neely16-Dec-05 4:59
Dan Neely16-Dec-05 4:59 
AnswerRe: C# & CORBA Pin
Nick Parker16-Dec-05 5:47
protectorNick Parker16-Dec-05 5:47 
QuestionFill comboBox with data from database Pin
Duif16-Dec-05 4:28
Duif16-Dec-05 4:28 
AnswerRe: Fill comboBox with data from database Pin
albCode16-Dec-05 4:43
albCode16-Dec-05 4:43 
GeneralRe: Fill comboBox with data from database Pin
Duif16-Dec-05 5:38
Duif16-Dec-05 5:38 
GeneralRe: Fill comboBox with data from database Pin
g00fyman16-Dec-05 15:36
g00fyman16-Dec-05 15:36 
GeneralRe: Fill comboBox with data from database Pin
albCode18-Dec-05 1:41
albCode18-Dec-05 1:41 
QuestionProblem setting values of an enum class derived from an xsd Pin
Dan Neely16-Dec-05 4:13
Dan Neely16-Dec-05 4:13 
QuestionHow to Share Directory programmatically? Pin
manojk_batra16-Dec-05 3:58
manojk_batra16-Dec-05 3:58 
AnswerRe: How to Share Directory programmatically? Pin
Judah Gabriel Himango16-Dec-05 5:14
sponsorJudah Gabriel Himango16-Dec-05 5:14 

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.