How can I refresh the windows desktop using the python script?

Dieter Deyke Dieter_Deyke at CoCreate.com
Tue Dec 13 16:05:47 EST 2005


muttu2244 at yahoo.com writes:

> Hi Everybody
>
>
> Here i have a query for you, that is
>
>   How can I refresh the windows desktop using the python script?
>
> Thanks in advance for having given a thought on my query.
>
> Regards
> yogi
>

SPI_SETDESKWALLPAPER = 20
ctypes.windll.user32.SystemParametersInfoA(SPI_SETDESKWALLPAPER, 0, "", 0)

--
Dieter Deyke
mailto:Dieter_Deyke at CoCreate.com mailto:deyke at comcast.net
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.



More information about the Python-list mailing list