user496949
user496949

Reputation: 86155

How to make my own custom controls to appear in the toolbox panel in visual studio

I am wondering how to make my own customer UI controls to appear in the toolbox panel?

Upvotes: 1

Views: 136

Answers (1)

Harvey Kwok
Harvey Kwok

Reputation: 11883

If your DLL is not in the same solution, you need to add it by the following steps 1) Right click on the toolbox panel. 2) Select "Choose Items..." 3) Click Browse button and select your own assembly.

Upvotes: 1

Related Questions