Click here to Skip to main content
15,888,590 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionInStr & Mid$ Pin
dec8211-Mar-09 0:24
dec8211-Mar-09 0:24 
AnswerRe: InStr & Mid$ Pin
Alan N11-Mar-09 1:00
Alan N11-Mar-09 1:00 
GeneralRe: InStr & Mid$ Pin
dec8211-Mar-09 1:09
dec8211-Mar-09 1:09 
GeneralRe: InStr & Mid$ Pin
Alan N11-Mar-09 1:30
Alan N11-Mar-09 1:30 
QuestionGarbage Collector query Pin
jugs010111-Mar-09 0:08
jugs010111-Mar-09 0:08 
AnswerRe: Garbage Collector query Pin
Tom Deketelaere11-Mar-09 0:16
professionalTom Deketelaere11-Mar-09 0:16 
GeneralRe: Garbage Collector query Pin
jugs010111-Mar-09 2:09
jugs010111-Mar-09 2:09 
GeneralRe: Garbage Collector query Pin
Tom Deketelaere11-Mar-09 2:22
professionalTom Deketelaere11-Mar-09 2:22 
jugs0101 wrote:
So a quick question is:
If an object is not 'Disposed' and not set to Nothing (null), does the GC tidy it up at some point if it goes out of scope?


Normally yes but it's up to the garbage collector to decide when exactly it's going to be removed from the memory.
Also for some objects you have to call the dispose method (check if the object has the method and call it when you don't need the object anymore) otherwise they keep having a reference and will not be cleaned up bye the GC.
GeneralRe: Garbage Collector query Pin
Gideon Engelberth11-Mar-09 3:17
Gideon Engelberth11-Mar-09 3:17 
AnswerRe: Garbage Collector query Pin
Luc Pattyn11-Mar-09 2:42
sitebuilderLuc Pattyn11-Mar-09 2:42 
GeneralRe: Garbage Collector query Pin
jugs010111-Mar-09 4:12
jugs010111-Mar-09 4:12 
GeneralRe: Garbage Collector query Pin
Dave Kreskowiak11-Mar-09 4:27
mveDave Kreskowiak11-Mar-09 4:27 
GeneralRe: Garbage Collector query Pin
Luc Pattyn11-Mar-09 4:57
sitebuilderLuc Pattyn11-Mar-09 4:57 
QuestionEntry into three tables having foriegn key constraints Pin
Saleem Tahiri10-Mar-09 23:14
Saleem Tahiri10-Mar-09 23:14 
AnswerRe: Entry into three tables having foriegn key constraints Pin
Tom Deketelaere10-Mar-09 23:23
professionalTom Deketelaere10-Mar-09 23:23 
QuestionIncluding player in vb.net2005 Pin
hrishiS10-Mar-09 23:04
hrishiS10-Mar-09 23:04 
AnswerRe: Including player in vb.net2005 Pin
Tom Deketelaere10-Mar-09 23:09
professionalTom Deketelaere10-Mar-09 23:09 
QuestionGetting file type info Pin
Alan Burkhart10-Mar-09 22:48
Alan Burkhart10-Mar-09 22:48 
AnswerRe: Getting file type info Pin
Xmen Real 11-Mar-09 0:13
professional Xmen Real 11-Mar-09 0:13 
GeneralRe: Getting file type info Pin
Alan Burkhart11-Mar-09 3:13
Alan Burkhart11-Mar-09 3:13 
GeneralRe: Getting file type info Pin
Xmen Real 11-Mar-09 4:02
professional Xmen Real 11-Mar-09 4:02 
QuestionProblem sending EMail Pin
Pankaj Garg10-Mar-09 22:33
Pankaj Garg10-Mar-09 22:33 
Generalhi all Pin
vickyjohn10-Mar-09 20:39
vickyjohn10-Mar-09 20:39 
GeneralRe: hi all Pin
Tom Deketelaere10-Mar-09 23:05
professionalTom Deketelaere10-Mar-09 23:05 
GeneralRe: hi all Pin
Ashfield11-Mar-09 3:16
Ashfield11-Mar-09 3:16 

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.