Adding Custom Controls dll to Visual Studio ToolBox

Viewed 47732

I have a custom control DLL. How can I add these custom controls to VS2008 tool box programatically?

3 Answers

In my Visual Studio 2019 I don't get any "choose items" when right-clicking "Toolbox".

I had to use Tools / Choose Toolbox Items

enter image description here

Related