1 Unanswered Topic

Remove Filter
Member Avatar for hammerhead

I have created a custom control that can be added or removed from a form. On the form, I maintain a list of the created controls using an ArrayList. On the delete button of the control I have coded [code] this.dispose(); [/code] It results in successful deletion of the control …

0
70

The End.