Hi,
What is the right time to call dispose,close(),set to null in every object.
It is effecient to call like this.
VB Code:
if ( OBJECT != null) { OBJECT .Close(); OBJECT .Dispose(); OBJECT =null; }
and what object type need to be dispose?
Thanks ,
POpskie




Reply With Quote