K
kjon
I always dispose any object with the following:
If not (obj1 is nothing) then obj1.dispose
Now I wonder if that is the correct way of disposing an object? Should I use
obj1 = Nothing after the dispose? Pls advice. Thanks.
If not (obj1 is nothing) then obj1.dispose
Now I wonder if that is the correct way of disposing an object? Should I use
obj1 = Nothing after the dispose? Pls advice. Thanks.