T
thechaosengine
Hi All,
When you close a form using myForm.Close(), does that actually destroy the
form and make it available for garbage collection?
I just want to make sure that I'm not supposed to do something to it after
to make sure that the memory can be claimed back.
I also have a timer object declared globally at the top of my main form.
I only need to use the object to control the Splash screen for the application.
After calling Stop() on it what would be the best way to get rid of it?
Thanks to anyone who can advise
Kind Regards
tce
When you close a form using myForm.Close(), does that actually destroy the
form and make it available for garbage collection?
I just want to make sure that I'm not supposed to do something to it after
to make sure that the memory can be claimed back.
I also have a timer object declared globally at the top of my main form.
I only need to use the object to control the Splash screen for the application.
After calling Stop() on it what would be the best way to get rid of it?
Thanks to anyone who can advise
Kind Regards
tce