更改监视器/屏幕位置
有没有办法以编程方式移动我的屏幕?我想将第二个显示器放在左侧而不是右侧。我知道这可以通过右键单击桌面、选择属性然后拖放到那里来完成,但我想使用 Windows API 来完成此操作。
Is there a way I can programatically move my screens in relation to each other? I want to put the 2nd display to the left instead of right. I know this can be done by right-clicking the desktop, choosing properties and then drag-drop there, but I want to do this using the Windows API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此线程:如何在 c# 中关闭*多显示*?,它显示了用于显示器调整的 API,以及.NET 的包装器(如果您正在使用该包装器)。
See this thread: How to turn off *multi display* in c#?, it shows an API for monitor adjustment, and a wrapper for .NET (if that's what you're using).