[Chris Stromberger] | How can I change the desktop color? I want to set it to black. Can | be just for the current session.
Couple of options, neither from experience, just general knowledge. So YMM definitely V. 1) Investigate the SystemParametersInfo win32 function. That does quite a few things to do with the desktop, although not obviously the background colour. (There are things to do with wallpaper and so on). 2) Get the desktop window's window handle using GetDesktopWindow or its device context with GetDC (0) and do something with that. TJG ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
