1 Unanswered Topic
Remove Filter 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 … |
The End.