I
Ivan Weiss
Hi all, this might be a dumb question but I know the .NET framework
handles garbage collection a lot different than VB6.
In my close button on a form I have:
Me.Close()
Will this destroy the object or just close it? Will all resources it
used be returned to the system or do I need to call finalize and/or
dispose?
Thanks,
-Ivan Weiss
handles garbage collection a lot different than VB6.
In my close button on a form I have:
Me.Close()
Will this destroy the object or just close it? Will all resources it
used be returned to the system or do I need to call finalize and/or
dispose?
Thanks,
-Ivan Weiss