Hi,
I create my own component
public class MyComponent : System.ComponentModel.Component
{
...
}
1)
Can I add MyComponent to a Form using the designer, without adding
MyComponent into the toolbox ?
2)
Is it possible to "Setup" the Toolbox for different Projects ?
My Problem is that ttere are lot of Controls and Components in the
Toolbox I added somewhere along the way...
Thanks
Peter
jokiz - 10 Feb 2006 15:08 GMT
1. you can interact with IDesignerHost.CreateComponent then add it to a
component which is already sited on the designer surface.
2. i believe this is possible, but i currently don't have the exact
steps.