| | |
Set the Desktop Background
This is a simple program and all it does is fiddle with the registry and set the value of the desktop background to be the bmp file that you supply in the function. There are other things you can do with the windows registry, this is just one of the easy things that demonstrates how it all works.
Enjoy
Enjoy
import win32api, win32con, win32gui def setBackground(image): key = win32api.RegOpenKeyEx(win32con.HKEY_CURRENT_USER,"Control Panel\\Desktop",0,win32con.KEY_SET_VALUE) win32api.RegSetValueEx(key, "WallpaperStyle", 0, win32con.REG_SZ,"0") win32api.RegSetValueEx(key, "TileWallpaper", 0, win32con.REG_SZ,"0") win32gui.SystemParametersInfo(win32con.SPI_SETDESKWALLPAPER, image, 1+2)
Similar Threads
- How to set background image of CTreeCtrl? (C++)
- how to set a JPanel as ur background? is it possible? (Java)
- vista won't set desktop background (Windows Vista and Windows 7)
- Not able to set the background color of JComponent (Java)
- Windows ME, lost toolbar, start button, desktop icons. Desktop background shows up ok (Windows 95 / 98 / Me)
| Thread Tools | Search this Thread |
abrupt ansi anti apache application approximation array assignment backend beginner binary bluetooth builtin calculator character cmd converter countpasswordentry curved customdialog dan08 decimals dictionary dynamic edit exe file float format function gnu graphics heads homework http ideas inches input java leftmouse library line lines linux list lists loop module mouse movingimageswithpygame mysqlquery number numbers numeric output parsing path phonebook pointer prime programming progressbar py2exe pygame python random recursion redirect remote reverse schedule scrolledtext session software sqlite statictext statistics string strings sudokusolver syntax terminal text thread threading time tlapse tuple twoup ubuntu unicode unit urllib urllib2 variable wikipedia wordgame write wxpython xlib



