I wonder what is the best way to cleanup types at the end of their use.
I see this example:
but what if one of the type fields is a handle for an image?
Should it be deleted with freeimage, or is it sufficient to delete each instance of the type, as above?
thanks
I see this example:
For My.NewType = Each NewType Delete My Next
but what if one of the type fields is a handle for an image?
Should it be deleted with freeimage, or is it sufficient to delete each instance of the type, as above?
thanks