S
SimpleMan75
Let's say I have a class - so to instanciate it, I put :
dim cWhatever as New myClass
My question is, do I need something to remove it from memory, once the
form's closed?
What are the recommended ways of doing this (in the class itself/in the form
disposed event, or where/how)?
dim cWhatever as New myClass
My question is, do I need something to remove it from memory, once the
form's closed?
What are the recommended ways of doing this (in the class itself/in the form
disposed event, or where/how)?