programatically changing windows desktop background

Noah Spurrier noah at noah.org
Thu Jun 6 14:25:17 EDT 2002


The Win32 API call you need is "SystemParametersInfo", but that is
not exposed in the Python win32 extensions (as far as I can tell). 
This does not mean that you can't do it, but it isn't a no-brainer.

Sorry to be unhelpful.

Yours,
Noah

----- Original Message ----- 
From: "Bob Roberts" <bobnotbob at byu.edu>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Thursday, June 06, 2002 8:16 AM
Subject: programatically changing windows desktop background


> I want to write a python program that periodically takes an image
> file, writes some useful infomation on it (like the Calendar, etc.),
> saves the file, and then sets it as the current windows background
> image.
> 
> Most of it is pretty straightforward, but does anybody know how I can
> change the windows background imagage from a python program?
> 





More information about the Python-list mailing list