如何在第二个显示器屏幕上显示 MDI 子项?
我的问题是有什么方法可以在另一个监视器中拖动/显示 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.