如何在第二个显示器屏幕上显示 MDI 子项?

发布于 2024-11-18 19:45:22 字数 62 浏览 2 评论 0原文

我的问题是有什么方法可以在另一个监视器中拖动/显示 MDI 子窗体。我想拖动子窗体并将其显示在另一个监视器中。

my question is that there are any ways to drag / show mdi child form in the another monitors. i want to drag child form and show it in another monitors.

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

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

发布评论

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

评论(1

两个我 2024-11-25 19:45:22

MDI 的整体思想是 MDI 子级包含在父级中。
如果您想在屏幕 A 上显示一个表单,在屏幕 B 上显示另一个表单,那么您需要远离 mdi 应用程序。
所以你的问题的答案是否定的,不能做。

The whole idea of MDI is that MDI children are contained within the parent.
If you want to show one form on screen A and another form on screen B, then you need to stay away from mdi app.
So the answer to your question is no, can not be done.

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