如何在设计模式下将用户控件从dll(已引用)添加到ui?

发布于 2024-08-17 09:19:48 字数 97 浏览 5 评论 0原文

如果我首先将其添加到工具箱,则会抛出异常,表示该 dll 已被引用。

我讨厌以编程方式将其添加到用户界面中。

有什么想法吗?我必须以编程方式添加它?

If i first add it to the toolbox, an exception will be thrown, saying the dll is already referenced.

and i hate to add it to ui programmatically.

any idea? i have to add it programmatically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

薄荷→糖丶微凉 2024-08-24 09:19:48

删除以前的引用并浏览到 dll 怎么样?

how about removing previous reference and browsing to the dll ?

千寻… 2024-08-24 09:19:48

首先向您的项目添加一个新的用户控件
编码完成后,然后构建您的项目。这样您就会看到您创建的控件出现在工具箱(顶部)中,然后只需拖动并单击即可。将其放在您的表单或任何 ui 上,如果您想从 DLL 加载控件,只需在工具箱中添加一个新选项卡,然后右键单击它并选择“选择项目...”,然后在 .Net Framework 组件中选项卡单击“浏览”并导航到您的 dll ,然后打开 dll 文件并确认选择项目对话框,您会看到用户控件现在已准备好进行拖放。放入你的工具箱:)

firs add a new user control to your project
after coding has finished, then Build your project. so you'll see the your created control appears in the toolbox(at the top), then just drag & drop it on your form or any ui and if you want to load a control from a DLL just add a new tab in your tool box then right click on it and select "choose items..." and then in the .Net Framework Components tab click "browse" and navigate to your dll , and then open the dll file and confirm the choose items dialog and you see the user control is now ready for drag & drop in your tool box :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文