B
Brian H
Hi gurus,
I have some cleanup code to ensure some unmanaged resources are released
when the app is closed. I thought overriding the finalize call, then
disposing of my objects, then calling mybase.finalize would do it, but this
never seems to get called. I'm closing the main form with a me.close()
call.
What's the best way to do this?
Thanks,
Brian
I have some cleanup code to ensure some unmanaged resources are released
when the app is closed. I thought overriding the finalize call, then
disposing of my objects, then calling mybase.finalize would do it, but this
never seems to get called. I'm closing the main form with a me.close()
call.
What's the best way to do this?
Thanks,
Brian