Python control of desktop properties

Mike C. Fletcher mcfletch at rogers.com
Tue Oct 12 22:09:43 EDT 2004


You want to call the function:
     user32.SystemParametersInfo(
        SPI_SETDESKWALLPAPER,
        0,
        imageLocation,
       |SPIF_UPDATEINIFILE | SPIF_SENDWININICHANGE
  )

You can likely do that fairly readily with ctypes.  Sorry, don't have 
time to do more than point you at it tonight.

Good luck,
Mike
|

________________________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://www.vrplumber.com
  http://blog.vrplumber.com




More information about the Python-list mailing list