Click here to Skip to main content
15,887,966 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Sample:

*************************************************
Dim MyCollect as Collection
Set MyCollect = new Collection
Dim Data as Integer

Data = 1
MyCollect.Add Data
Data = 2
MyCollect.Add Data
Data = 3
MyCollect.Add Data

Set MyCollect = Nothing

*************************************************

From the above sample, Collection class object has three item and without remove that item, i just set nothing. The "Set MyCollect = Nothing" statement really remove the item internally or we need to remove externally by iterate item and remove it.

The above sample item is integer data, but my case is that item is an object. So do i need to remove the item (object) from the collection then set nothing?



Sakthivel P.
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 
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 
GeneralRe: Downtime Management - Client-Server Environment Pin
Anoop Brijmohun26-Jun-08 20:31
Anoop Brijmohun26-Jun-08 20:31 
GeneralRe: Downtime Management - Client-Server Environment Pin
Mycroft Holmes27-Jun-08 0:53
professionalMycroft Holmes27-Jun-08 0:53 
QuestionVB6 rs.close error Pin
Amit Battan Ror25-Jun-08 19:38
Amit Battan Ror25-Jun-08 19:38 

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.