Detect multiple monitors and set separate wallpapers for each

被刻印的时光 ゝ 提交于 2019-12-04 18:14:55
Cecil Has a Name
  1. You can get information about all screens using the System.Windows.Forms.Screen class. Use their bounds properties to determine their layout.
  2. Not possible on Windows (XP), you'll have to craft a big background image using the drawing routines in System.Drawing.

This "thread" contains some more info on manipulating wallpapers in windows: why does this code lock my files?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!