Is there a method to determine which visual style (Classic, "XP Style", Aero, etc') is currently used? App is native, so .net solutions are out.
Asked
Active
Viewed 159 times
2
-
I think it's safe to assume that >99% of users won't change it. XP users will use XP style, etc. – Seth Dec 28 '09 at 22:20
-
1Nope, I think it's not safe to assume so. Every even slightly advanced user tends to customize their system heavily. – Pekka Dec 28 '09 at 22:38
-
Why do you need that? Is it to draw some element? – Matteo Italia Dec 29 '09 at 12:58
1 Answers
0
GetCurrentThemeName (IsThemeActive or IsAppThemed tells you if visual styles are on)

Anders
- 97,548
- 12
- 110
- 164