VB.NET Memory Management
I have a project that consists of about 30 forms. I go from form to form and everytime i create a form I set it to Nothing and when I close the form I say Me.Dispose(). I also have a database connection which I also say .Dispose() when finished. Unfortunately the memory keeps increasing everytime I open a new form even though the previous form closes. Also if I say something = Nothing then the garbage collector should take care of it, right?
Thanx
saphiroth42Posted Dec 29, 2004, 9:04 AM
vidhya_bala2003Posted Dec 28, 2004, 11:40 PM
saphiroth42Posted Dec 28, 2004, 11:13 AM
saphiroth42Posted Dec 28, 2004, 10:41 AM
saphiroth42Posted Dec 28, 2004, 9:07 AM
vidhya_bala2003Posted Dec 28, 2004, 7:02 AM
MythicalMePosted Dec 28, 2004, 2:42 AM