Click here to Skip to main content
16,005,149 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSlow Database Connection Pin
rafikmouses12-Jan-07 23:51
rafikmouses12-Jan-07 23:51 
AnswerRe: Slow Database Connection Pin
Colin Angus Mackay13-Jan-07 9:30
Colin Angus Mackay13-Jan-07 9:30 
Questionwhat is differeence between i.equal(j) and i=j in vb.net? Pin
sathyan_829412-Jan-07 20:55
sathyan_829412-Jan-07 20:55 
QuestionRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
CPallini12-Jan-07 21:36
mveCPallini12-Jan-07 21:36 
AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
sathyan_829412-Jan-07 21:46
sathyan_829412-Jan-07 21:46 
GeneralRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
CPallini12-Jan-07 22:16
mveCPallini12-Jan-07 22:16 
GeneralRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Colin Angus Mackay13-Jan-07 9:45
Colin Angus Mackay13-Jan-07 9:45 
AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Thomas Stockwell13-Jan-07 16:27
professionalThomas Stockwell13-Jan-07 16:27 
It could be that it was placed in the framework so it would be more familiar to developers who are coming from the Java programming language.

In Java, the == boolean expression returns true if two strings share the same memory address and false if the two memory addresses are different. The .equals method in Java would properly determine whether each of the memory addresses contain the same information.

For VB and VC# I would imagine that the == and .equals (or in VB's case: = and .equals) should have the same purpose, but this is just a guess as neither of the languages really use pointers.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Guffa13-Jan-07 23:55
Guffa13-Jan-07 23:55 
AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Enriad19-Jan-07 14:28
Enriad19-Jan-07 14:28 
QuestionRetrieving Data from Dataset Pin
sdkgolf12-Jan-07 20:11
sdkgolf12-Jan-07 20:11 
AnswerRe: Retrieving Data from Dataset Pin
ObsidianWarrior12-Jan-07 22:19
ObsidianWarrior12-Jan-07 22:19 
QuestionRe: Retrieving Data from Dataset Pin
sdkgolf13-Jan-07 10:46
sdkgolf13-Jan-07 10:46 
AnswerRe: Retrieving Data from Dataset Pin
sdkgolf15-Jan-07 10:21
sdkgolf15-Jan-07 10:21 
QuestionBuffer Size in TCP for HTTPWEBREQUEST Pin
nihonsx512-Jan-07 14:29
nihonsx512-Jan-07 14:29 
QuestionDifficult Question: Read/Modify file Pin
SumTinWong12-Jan-07 12:03
SumTinWong12-Jan-07 12:03 
QuestionListview Data to XML Pin
hkinser912-Jan-07 11:35
hkinser912-Jan-07 11:35 
AnswerRe: Listview Data to XML Pin
japel13-Jan-07 11:19
japel13-Jan-07 11:19 
GeneralRe: Listview Data to XML Pin
hkinser913-Jan-07 16:07
hkinser913-Jan-07 16:07 
QuestionIs it possible to password protect FOLDER Pin
focusit12-Jan-07 10:03
focusit12-Jan-07 10:03 
AnswerRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak12-Jan-07 10:07
mveDave Kreskowiak12-Jan-07 10:07 
GeneralRe: Is it possible to password protect FOLDER Pin
focusit14-Jan-07 3:56
focusit14-Jan-07 3:56 
GeneralRe: Is it possible to password protect FOLDER Pin
Colin Angus Mackay14-Jan-07 4:04
Colin Angus Mackay14-Jan-07 4:04 
GeneralRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak14-Jan-07 4:38
mveDave Kreskowiak14-Jan-07 4:38 
GeneralRe: Is it possible to password protect FOLDER Pin
focusit15-Jan-07 12:21
focusit15-Jan-07 12:21 

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.