Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I have code for currency textbox and i want to know how to make it like items in toolbox and how to add it into toolbox?
With Respect "Spaceman"
Posted
Comments
Rob Philpott 26-Aug-14 10:25am    
If its in your solution, it should just turn up after doing a build.

1 solution

If you have created it as a UserControl, then once you build the solution without errors it should automatically be added to the toolbox.
If it doesn't appear, then use the menu bar: "Tools...Options...Windows Forms Designer...General" and check the "AutoToolboxPopulate" property. Set it to "True" and rebuild your project. It should appear at the top or bottom of the list (not sure which, I keep mine in a separate DLL, which appears at the top).
 
Share this answer
 
Comments
Avenger1 26-Aug-14 15:30pm    
how can i make it as UserControl?
With respect "Spaceman"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900