如何在Visual Studio工具箱中添加用户控件 [英] how to add user control in visual studio toolbox

查看:170
本文介绍了如何在Visual Studio工具箱中添加用户控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi ..

我已经开发了一个要添加到我的Web应用程序工具箱中的用户控件.提供一个soln.thanx

hi..

I have developed one user control which i want to add to my web application toolbox.provide a soln.thanx

推荐答案

添加对控件DLL的引用不会添加控件到TOOLBOX,您需要使用以下步骤手动进行操作:

1.要添加,只需在工具栏上单击鼠标右键,然后选择选择项目...".
2.浏览到实现用户控件的dll并加载它.
3.您在dll中的控件将被加载到工具箱中.
Adding reference to the Control DLL won''t add the control to the TOOLBOX, you need to do this manually using the following steps:

1. To add you can simply right click on the TOOLBOX and Select "Choose Items...".
2. Browse to the dll where your user control is implemented and load it.
3. Your controls in the dll will be loaded onto the TOOLBOX.


这篇关于如何在Visual Studio工具箱中添加用户控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆