Hi,
This is done by using the IDesignerHost.CreateComponent function.
Google on this function and you will find samples. If you have specific
question, come back here.
Regards,
--
Aflava
Windows Forms Components
http://www.aflava.com
"Jack Jackson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I would like to create a control designer for a container control that
> will create child controls, much like the DataGridView designer adds
> and removes Column controls.
>
> Can anyone point me at some resources that show how to do this?
>
> Thanks.