VB .NET 保存不带表单的面板

发布于 2024-07-13 06:35:19 字数 195 浏览 7 评论 0原文

在 Visual Studio 2008 中,使用 VB .NET,我有一个拆分容器,我希望根据 Panel1 控件中的用户输入将面板从其他团队成员的工作动态加载到 Panel2 插槽中。

我的团队成员是否可以在表单外部处理面板,保存它,然后让主表单在需要时加载这些面板,而无需将每个面板复制并粘贴到表单中并使它们可见和不可见?

谢谢。

In Visual Studio 2008, using VB .NET, I have a Split Container that I want to dynamically load panels into the Panel2 slot from other team member's work based on user input in the Panel1 controls.

Can my team members work on panels outside of a form, save it, then have the main Form just load those panels when needed without copying and pasting each panel into the form and making them visible and invisible?

Thanks.

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

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

发布评论

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

评论(1

じ违心 2024-07-20 06:35:19

当然,让团队构建用户控件,然后将其添加到面板的控件集合中。

Sure, have the team build user controls which you will then add to the control collection for the panel.

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