I have a MS AJAX toolkit DLL which I want to add to the toolbox items as a tab.
我有一个MS AJAX工具包DLL,我想将其添加到工具箱项目作为选项卡。
How do I go about in doing this?
我该怎么做呢?
1 个解决方案
#1
-
Open the toolbox on the left-hand side of the IDE and find the
Ajax Controls
Tab打开IDE左侧的工具箱,找到Ajax Controls选项卡
-
Right Click in the Tab, and select
Choose Items
(will take some time to load) (the image shows a click on theGeneral
tab instead of theAjax Control Toolkit
: alt text http://xstandard.com/6B8EB276-820E-40B8-B681-8C6164FA5281/integration-net-toolbox-2005.gif右键单击选项卡,然后选择选择项目(将需要一些时间加载)(图像显示单击常规选项卡而不是Ajax控件工具包:替代文本http://xstandard.com/6B8EB276-820E-40B8 -B681-8C6164FA5281 /集成净工具箱,2005.gif
-
After the
Choose Toolbox Items
window opens, click on the.NET Framework Components
tab:“选择工具箱项”窗口打开后,单击“.NET Framework组件”选项卡:
Finally click on the Browse...
button, and choose your DLL from there.
最后单击Browse ...按钮,然后从那里选择你的DLL。
After that, your Control should appear in the tab.
之后,您的控件应出现在选项卡中。
#1
-
Open the toolbox on the left-hand side of the IDE and find the
Ajax Controls
Tab打开IDE左侧的工具箱,找到Ajax Controls选项卡
-
Right Click in the Tab, and select
Choose Items
(will take some time to load) (the image shows a click on theGeneral
tab instead of theAjax Control Toolkit
: alt text http://xstandard.com/6B8EB276-820E-40B8-B681-8C6164FA5281/integration-net-toolbox-2005.gif右键单击选项卡,然后选择选择项目(将需要一些时间加载)(图像显示单击常规选项卡而不是Ajax控件工具包:替代文本http://xstandard.com/6B8EB276-820E-40B8 -B681-8C6164FA5281 /集成净工具箱,2005.gif
-
After the
Choose Toolbox Items
window opens, click on the.NET Framework Components
tab:“选择工具箱项”窗口打开后,单击“.NET Framework组件”选项卡:
Finally click on the Browse...
button, and choose your DLL from there.
最后单击Browse ...按钮,然后从那里选择你的DLL。
After that, your Control should appear in the tab.
之后,您的控件应出现在选项卡中。