开发者

How to add a dll into .net toolbox permanently?

I am dropping the dll directly to .net toolbox to add controls( same as right click on .net toolbox and select choose items) but the problem with this is its only for current project. want to add it in .net toolbox permanently. can anybody tell me some simple way to doing it?

I found this tutorial from MSDN: http://msdn.开发者_运维技巧microsoft.com/en-us/library/bb286995%28VS.80%29.aspx

This seems very complex, I need a simpler method.


Make sure your control class is public and that you've built the Release version. File + Close Solution to be sure. Right-click the toolbox, Choose Items. Click the Browse button and navigate to bin\Release folder of the control project. Select the DLL.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜