Hi,
i have a problem with the switch to the classic theme. my application have to be used in classic skin otherwise the coordinates of the windows doesnt match.
1) Is it possible to read which is the actually theme?
2) my short script below doesnt work. it should switch to classic and load another autoit script but the new script is also winXP theme and not classic
anyone can help me?
DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 0)
Run("Sequence.exe")