views:

53

answers:

2

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.

A: 

This might help:

http://www.codeproject.com/KB/cs/xptheme.aspx

Shoko
A: 

GetCurrentThemeName (IsThemeActive or IsAppThemed tells you if visual styles are on)

Anders