Click here to Skip to main content
15,919,245 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhelp Pin
carl_sti28-Dec-06 18:57
carl_sti28-Dec-06 18:57 
AnswerRe: help Pin
Dave Kreskowiak29-Dec-06 3:18
mveDave Kreskowiak29-Dec-06 3:18 
QuestionCreating chat application which has feature like msn messanger Pin
tomas jone28-Dec-06 18:22
tomas jone28-Dec-06 18:22 
AnswerRe: Creating chat application which has feature like msn messanger Pin
Dave Kreskowiak29-Dec-06 3:16
mveDave Kreskowiak29-Dec-06 3:16 
QuestionPlease help...[detecting and blocking inbound and outbound traffic ] Pin
carl_sti28-Dec-06 18:13
carl_sti28-Dec-06 18:13 
AnswerRe: Please help...[detecting and blocking inbound and outbound traffic ] Pin
Dave Kreskowiak29-Dec-06 3:15
mveDave Kreskowiak29-Dec-06 3:15 
Questionstring and string builder class Pin
amaneet28-Dec-06 18:01
amaneet28-Dec-06 18:01 
AnswerRe: string and string builder class Pin
RenuKhot28-Dec-06 19:44
RenuKhot28-Dec-06 19:44 
String builder variable is preferred over string variable, when there is a need to store a larger string and also when you need to create any string value by appending to the same variable.
In such a case, when we consider a string variable, when we reassign any value to a string variable, it allocates NEW memory location along with the new char whatever we appended. hence every time we reassign to a string variable, memory allocations increase and thus affects the performace, where as in case of string builder this is not the case and hence preferred.


Renu.K

QuestionDefault CAS Pin
Kumar Nilesh28-Dec-06 17:53
Kumar Nilesh28-Dec-06 17:53 
AnswerRe: Default CAS Pin
Dave Kreskowiak29-Dec-06 3:11
mveDave Kreskowiak29-Dec-06 3:11 
GeneralRe: Default CAS Pin
Kumar Nilesh29-Dec-06 20:56
Kumar Nilesh29-Dec-06 20:56 
GeneralRe: Default CAS Pin
Dave Kreskowiak30-Dec-06 4:17
mveDave Kreskowiak30-Dec-06 4:17 
QuestionDictionary File Pin
hkinser928-Dec-06 15:03
hkinser928-Dec-06 15:03 
AnswerRe: Dictionary File Pin
Eric Georgiades29-Dec-06 14:27
Eric Georgiades29-Dec-06 14:27 
QuestionHow to parse xls and csv Pin
alexfromto28-Dec-06 9:22
alexfromto28-Dec-06 9:22 
AnswerRe: How to parse xls and csv Pin
KevinMac28-Dec-06 9:59
KevinMac28-Dec-06 9:59 
GeneralRe: How to parse xls and csv [modified] Pin
alexfromto28-Dec-06 10:41
alexfromto28-Dec-06 10:41 
GeneralRe: How to parse xls and csv Pin
KevinMac28-Dec-06 11:00
KevinMac28-Dec-06 11:00 
GeneralRe: How to parse xls and csv Pin
alexfromto28-Dec-06 11:13
alexfromto28-Dec-06 11:13 
GeneralRe: How to parse xls and csv Pin
KevinMac28-Dec-06 12:43
KevinMac28-Dec-06 12:43 
GeneralRe: How to parse xls and csv Pin
alexfromto29-Dec-06 3:08
alexfromto29-Dec-06 3:08 
GeneralRe: How to parse xls and csv Pin
The ANZAC28-Dec-06 11:05
The ANZAC28-Dec-06 11:05 
QuestionChange Connection String during runtime Pin
Sankalp Pande28-Dec-06 5:06
Sankalp Pande28-Dec-06 5:06 
QuestionInfragistics ComboBox DBNull Pin
bjeverett28-Dec-06 3:02
bjeverett28-Dec-06 3:02 
QuestionHow I add referense to? Pin
Agbaria Ahmad28-Dec-06 2:54
Agbaria Ahmad28-Dec-06 2:54 

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.