I've got a generic form which I want to use by creating controls dynamically and placing them on the form. When the form closes, I call GetControls( "formGeneric" ), get the list, and start disposing of controls.
There are three controls on this form: one Label, one TabControl, and one ScrollBar. The label disposes without a problem, but in the list of controls where the names of the TabControl and the ScrollBar should be, it's just blank. A zero-length string.
Am I missing something here?
Gary
:sign0085:
(I should have mentioned that I am using ControlsEX.DLL version 1.0.2995.34468.)
There are three controls on this form: one Label, one TabControl, and one ScrollBar. The label disposes without a problem, but in the list of controls where the names of the TabControl and the ScrollBar should be, it's just blank. A zero-length string.
Am I missing something here?
Gary
:sign0085:
(I should have mentioned that I am using ControlsEX.DLL version 1.0.2995.34468.)
Last edited: