Adding Custom Controls dll to Visual Studio ToolBox

后端 未结 3 1617
我在风中等你
我在风中等你 2020-12-16 12:20

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

3条回答
  •  甜味超标
    2020-12-16 12:54

    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.

提交回复
热议问题