Adding Custom Controls dll to Visual Studio ToolBo

2019-01-18 10:37发布

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

2条回答
太酷不给撩
2楼-- · 2019-01-18 10:56
  1. Right-click on toolbox
  2. select "Choose Items"
  3. browse to your DLL.
  4. Add the items
查看更多
迷人小祖宗
3楼-- · 2019-01-18 11:00

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.

查看更多
登录 后发表回答