B
Batterhead
hi there,
i use vs2005, c# and .netcf2. i know that i have to explicitly dispose
any controls and components which created by myself. but how about
those controls, e.g. button, which drew by c# on the screen. as a good
practice, should i dispose them explicitly? or c# already does it for
me with the system generated code? where is the code?
i know they will be handled eventually by GC but it does not
guaranteed.
thanks
batterhead
i use vs2005, c# and .netcf2. i know that i have to explicitly dispose
any controls and components which created by myself. but how about
those controls, e.g. button, which drew by c# on the screen. as a good
practice, should i dispose them explicitly? or c# already does it for
me with the system generated code? where is the code?
i know they will be handled eventually by GC but it does not
guaranteed.
thanks
batterhead