Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方便的方法来重新排列如何通过 C# 定位多个显示器?
我在显示墙上工作,每次有人从驱动它们的计算机上拔下显示器时,我都必须花时间在屏幕分辨率工具上拖动它们。如果我能找到一种从代码中更改显示位置的方法,我可以自动化这个过程。
看起来使用 win32 API 是要走的路。
ChangeDisplaySettingsEx与朋友一起似乎是要走的路。
ChangeDisplaySettingsEx