I'm a bit unclear on the distinction between the Finalize() Sub and the Dispose() Sub in a Form.
What is the difference between the two?
Should I be setting my Class-Level references = Nothing and other cleanup in Finalize() or within Dispose()?
Thanks in advance!
-- Mike
What is the difference between the two?
Should I be setting my Class-Level references = Nothing and other cleanup in Finalize() or within Dispose()?
Thanks in advance!
-- Mike