将应用程序扩展到双显示器
我有一个在单个监视器上运行的应用程序。它里面有网格。举例来说,如果应用程序可以容纳 3 个网格并且需要放置 4 个项目,则第 4 个项目应该转到第二个屏幕。 算法:检查网格大小 如果网格大小大于 3 在第二个(双)屏幕中打开剩余的内容。
请让我知道该怎么做。
I have an application which runs on a single monitor. It has grids in that. Say for example if the application can hold 3 girds and there are 4 items to be placed, the 4th item should go to the second screen.
Algo: Check for grid size
if grid size is more than 3
open the remaining in the second(dual) screen.
Please let me know how to go about this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://msdn.microsoft.com/de -de/library/system.windows.forms.screen.allscreens.aspx
http://msdn.microsoft.com/de-de/library/system.windows.forms.screen.allscreens.aspx
检查类型 System.Windows.Forms.Screen。
Inspect type System.Windows.Forms.Screen.