is there such a thing? should I just put my code in the Dispose() funciton?
Printable View
is there such a thing? should I just put my code in the Dispose() funciton?
A control is no different from a class or form at its base level, dispose will be the best way to clear up un-wanted resources.