Otis wrote:
That's done by the installer of most controls by telling vs.net (using the vs.net SDK code) where to put the controls. You could use a toolboxitem object assigned to your control and use the toolboxitemattribute to config some elements, but it's not really helpful.
Thats the only way? Wow, thats too bad
I wanted to break my custom GUI controls out into different groups in the toolbox, but I don't want to have to create and run an installer each time I compile them again...