Python control of desktop properties
Mike C. Fletcher
mcfletch at rogers.com
Tue Oct 12 22:09:43 EDT 2004
More information about the Python-list mailing list
Tue Oct 12 22:09:43 EDT 2004
- Previous message (by thread): Python control of desktop properties
- Next message (by thread): Python control of desktop properties
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python control of desktop properties
- Next message (by thread): Python control of desktop properties
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list