[EMAIL PROTECTED] 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:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to