|
Originally Posted by DoDoubleGeo
|
Nice Jon! Your application worked with all the themes (7) I tested it on, except for the Windows Default. For that theme the matching color was found at number 8, 13 & 20. I am running an Axim X5 Adv. with WM2k3.
I am curious, are you reading the values from the registry found @ \HKLM\Software\Microsoft\Color? The key 8 should contain the color value for the right-side of the taskbar. Or are you somehow reading these from the theme file itself?
|
I am reading key "8", unless its not there (which seems to be the Windows Default Theme,) at which case if the key \Color exists at all, I guess the RGB that WM2003SE uses, but this must be different than the one WM2003 uses. I'll have to fix that. If the whole key doesn't exist at all, I ask the system for the titlebar color (which should be all I have to do, but of course doesn't work.)
The other 41 colors come from the SHColor key, and I'm trying to figure out what exactly those colors represent.
And where were you Saturday when I was trying to figure this out ;)
Jon