S
Smitty
Been messing with vb6 for awhile, but am unfamiliar with 2005 & oop.
in a sub i'm using dim mydialog as openfiledialog
and the rest of the code follows.
everything works fine on the surface but....
My question is...should I use mydialog.dispose() before
exiting the sub, or will vb take care of this for me.
in a sub i'm using dim mydialog as openfiledialog
and the rest of the code follows.
everything works fine on the surface but....
My question is...should I use mydialog.dispose() before
exiting the sub, or will vb take care of this for me.