Hello,

I want to make a usercontrol and I need to put some controls inside it. But this controls have to be added on design mode by the programmer. In VB 6.0 there were a property named ControlContainer and the controls added by the user were put on a Controls collection.

Do you know how to build this kind of feature.

Please help me, I'm getting crazy.