rdgerken
Technical User
- Jul 8, 2002
- 108
I downloaded a custom component. Basically its a text label that allows you to orient the text in different directions. It is inherited from System.Windows.Forms.Label. I added it to my solution, but it doesn't show up in my toolbox. How do you add custom components so that you can drag them onto your forms? I notice that the IDE will automatically add the classes that inherit from System.Windows.Forms.UserControl to your toolbox, but I haven't figured out how custom components are added to your toolbox. Thanks.