Does anyone see anything wrong with this:
this.Controls.Remove(this);
this
is a class which extends user control. When I step through this section of code it looks like everything is fine, however nothing happens to the form. I would expect the control to be gone.
Thanks,
brian