G
Guest
I dynamically add a few user controls to a form, but later, I want to selectively remove some of those user controls from the form. I am trying to do this from the user control with this.ParentForm.Controls.Remove(this), but the control does not disappear. What am I missing? Thanks.