I have a user control that I named something else, from the default: UserControl1. When I add the control to my toolbox it adds my control AND a control called: UserControl1. How do I prevent this?
You messed something up, somewhere. Adding a usercontrol and changing it's name (in the class declare) is all you need to do. You'll probably change its filename too. Build your project and the new control will appear on the toolbox for Windows Forms in the project.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.