在 W7 上的多显示器上运行应用程序 C#
我有多个(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,看看此线程
您可以使用 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