I can have Windows 7 theme (transparency in title bar) and Windows 7 basic theme (no transparency). How can I differentiate between them? Is there any API which can tell me if glass effect has been enabled. I am currently using DwmIsCompositionEnabled()
but it returns false when my theme is Windows 7 Basic.
Asked
Active
Viewed 379 times
1

Nitin Chaudhari
- 1,497
- 16
- 39
-
Basic themes doesn't have glass effect and i think it's right behaior for this function. What's wrong with this function for you? – gureedo Jan 29 '13 at 08:42
-
possible duplicate of [Get Windows theme?](http://stackoverflow.com/questions/4479421/get-windows-theme) – Nitin Chaudhari Jan 29 '13 at 08:44