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.
我正在开始一个项目,为具有多台显示器的计算机制作墙纸旋转器。
1)你如何检测windows中的显示器和相关的分辨率
2)我将如何设置每台显示器的图像。我是制作一个一起制作的图像,还是单独设置每个图像以及如何设置?
谢谢
System.Windows.Forms.Screen
这个“线程”包含更多关于在 Windows 中操作壁纸的信息:为什么这段代码会锁定我的文件?