Click here to Skip to main content
15,908,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: make more easier Pin
Christian Graus25-Jun-08 23:57
protectorChristian Graus25-Jun-08 23:57 
AnswerRe: make more easier Pin
Guffa26-Jun-08 0:33
Guffa26-Jun-08 0:33 
GeneralRe: make more easier Pin
Christian Graus26-Jun-08 0:38
protectorChristian Graus26-Jun-08 0:38 
GeneralRe: make more easier Pin
Guffa26-Jun-08 10:06
Guffa26-Jun-08 10:06 
GeneralRe: make more easier Pin
Christian Graus26-Jun-08 12:43
protectorChristian Graus26-Jun-08 12:43 
QuestionList Domains and machines Pin
nitin_ion25-Jun-08 21:48
nitin_ion25-Jun-08 21:48 
AnswerRe: List Domains and machines Pin
Mycroft Holmes26-Jun-08 16:24
professionalMycroft Holmes26-Jun-08 16:24 
GeneralRe: List Domains and machines Pin
Steven J Jowett26-Jun-08 23:11
Steven J Jowett26-Jun-08 23:11 
JokeRe: List Domains and machines Pin
Ariel Kazeed27-Jun-08 0:40
Ariel Kazeed27-Jun-08 0:40 
GeneralRe: List Domains and machines Pin
Mycroft Holmes27-Jun-08 0:55
professionalMycroft Holmes27-Jun-08 0:55 
QuestionSet nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P25-Jun-08 21:09
Sakthivel P25-Jun-08 21:09 
AnswerRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Ashfield25-Jun-08 21:29
Ashfield25-Jun-08 21:29 
AnswerRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Christian Graus25-Jun-08 22:15
protectorChristian Graus25-Jun-08 22:15 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P25-Jun-08 22:40
Sakthivel P25-Jun-08 22:40 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Christian Graus25-Jun-08 22:47
protectorChristian Graus25-Jun-08 22:47 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P25-Jun-08 23:08
Sakthivel P25-Jun-08 23:08 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Christian Graus25-Jun-08 23:35
protectorChristian Graus25-Jun-08 23:35 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P26-Jun-08 0:23
Sakthivel P26-Jun-08 0:23 
AnswerRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Guffa26-Jun-08 1:07
Guffa26-Jun-08 1:07 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Sakthivel P26-Jun-08 5:36
Sakthivel P26-Jun-08 5:36 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Guffa26-Jun-08 16:09
Guffa26-Jun-08 16:09 
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
supercat927-Jun-08 7:07
supercat927-Jun-08 7:07 
Guffa wrote:
As I explained, the collection and all that it contains (assuming that there are no other references to it) are up for garbage collection from the moment that it's not used any more. By the time that you set the reference to Nothing, the collection is already unreachable, so setting the reference to Nothing accomplishes nothing at all. The garbage collector already knows that the collection is no longer used.


Does that behavior apply in debug mode, or only in final-build mode? I would expect that the compiler should keep variables around even after the last reference, as long as the procedure is in scope, since the variable could be accessed in many ways (including via the Immediate and Watch windows, or even via late modifications to the code).
GeneralRe: Set nothing to VB Collection class object, is it really removes items internally. Pin
Guffa27-Jun-08 13:01
Guffa27-Jun-08 13:01 
QuestionDowntime Management - Client-Server Environment Pin
Anoop Brijmohun25-Jun-08 20:25
Anoop Brijmohun25-Jun-08 20:25 
AnswerRe: Downtime Management - Client-Server Environment Pin
Mycroft Holmes26-Jun-08 16:56
professionalMycroft Holmes26-Jun-08 16:56 

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.