在 W7 上的多显示器上运行应用程序 C#

发布于 2024-11-15 03:29:27 字数 256 浏览 1 评论 0原文

我有多个(2 个或更多)显示(屏幕)系统,我需要定义应用程序将在哪个屏幕上启动及其行为方式。对于第一种情况,行为显示器可以更换,因此分辨率可能会有所不同。对于第二种情况,所有显示都是相同的。

行为场景: 第一个 - 具有两个(仅)完全不同的屏幕的应用程序。 第二 - 具有显示器矩阵的应用程序(假设为 4x3)

是否可以控制应用程序将在哪个显示器(屏幕)上启动?我可以仅在一台显示器上最大化应用程序吗?我可以在所有显示器上最大化应用程序吗?

提前致谢

I have multi (2 and more) display(screen) system and I need to define on which screen the application will start and how it will behave. For 1st scenario behavior displays can be replaced, thus the resolution can differ. For second scenario all the displays are the same.

behavior scenarios:
1st - an application with two (only) completely different screens.
2nd - an app with the matrix of displays (let say 4x3)

Is it possible to control on which display (screen) the application will start? Can I do the application maximized only on one display? And am I able to maximize the application on all displays?

Thanks in advance

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

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

发布评论

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

评论(1

简美 2024-11-22 03:29:27

是的,看看此线程

您可以使用 Screen.AllScreens 访问屏幕;< br>
您可以在每个屏幕上执行您想要的操作。

为了最大化,您应该手动调整屏幕的宽度和高度

Yes take a look at this thread

You can Access to screens with Screen.AllScreens;
the you can do what you want with each screen.

for maximizing you should do this manually with width and height of screens

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