Tagged Questions

3
votes
2answers
406 views

Is there a list of valid parameter combinations for GetThemeColor / Visual Styles API

I am trying to retrieve the background and text color of the taskbar and/or my applications main window. It turned out, that Windows 7 does not return the correct colors. If i i.e. switch to a pink ...
0
votes
1answer
217 views

How to check which XP theme is enabled

I have a wxPython which works perfectly on window xp theme but on switching to 'classic theme' rich text cntrl comes up without border. I can enable border for classic theme but for that Q1. I need ...