I'm using Windows 7 RTM and I wonder how the control panel is able to update the Aero Glass color so smoothly without restarting the DWM (uxsms). DwmSetColorizationColor isn't working any more...
|
|
The following methods should be of interest to you:
Make sure you make a call to DwmIsCompositionEnabled before calling the DwmSetColorizationParameters method or it will fail. As you can see some of the arguments/properties are unknown. |
||||
|
|
|
Here are some MSDN samples for working with Aero: http://msdn.microsoft.com/en-us/magazine/cc163435.aspx It's interesting that, though you can retieve settings with DwmGetColorizationColor, it makes no mention at all of the "Set" version of that call. I've not worked with Glass before, so I don't have any additional input, but there has to be a matching function somewhere in 7. ALSO: It looks like this guy isn't able to get a response either, and Googling for DwmSetColorizationColor returns next to nothing, so there has to be another call for it somewhere. I wish I could offer more help... |
||
|
|
|
|
I'm pretty sure it makes a call to
Also you can easily change the desktop wallpaper like this in C#:
|
||
|
|
