开发者

Adding Custom Controls dll to Visual Studio ToolBox

I have a cust开发者_JAVA百科om control DLL. How can I add these custom controls to VS2008 tool box programatically?


  1. Right-click on toolbox
  2. select "Choose Items"
  3. browse to your DLL.
  4. Add the items


There are several ways to do it:

As explained at MSDN Tutorial: Installing Controls By Using the Toolbox Controls Installer you do it from an installer.

There's also another possibility using a command line program available on CodePlex. You use this application with your favorite installer or you can invoke it manually.


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

I had to use Tools / Choose Toolbox Items

Adding Custom Controls dll to Visual Studio ToolBox

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜