UXTHEME - Impossible?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Fairly simple: i need to get the correct [THEME]_STARTBUTTON_BMP resource from the msstyles file, according to the current theme. UXTHEME reports Homestead for olive, Metallic for Metallic ... but... NormalColor for blue. i need the string "blue" if the current theme is in fact, the blue theme, in order to get the correct bitmap resource. IS THIS POSSIBLE????? P.D.: I've tried, but uxtheme doesn't supports direct painting of startbutton resource, so, i thought the key is inside the .msstyles file itself. If i have the exact location where: DEFAULT=BLUE, then i read it and my problem is over. AFAIK, this location doesn't exists. PLZ HELPP!!!! :doh: