Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
2answers
2k views

Eclipse's Package explorer background color follows windows theme. I want to change the color without changing windows' theme. Possible?

Maybe a way to alter the colors locally (as in application dependant)? A background color of eclipse is white, the same white of windows' active window background color. If I change the color on the ...
4
votes
3answers
204 views

How do I make TSpeedButton honor Windows themes?

I have an old app (Delphi 5) which I want to give it some changes. I have set a manifest for it, but speedbuttons are not following the Windows theme. What should I do?
3
votes
2answers
396 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 ...
3
votes
4answers
3k views

vertical scroll bar not working when using window xp theme (not classic)

This may sound crazy, and i didnt believe it until i saw it for myself. The vertical scroll bar does not scroll when you click in the space between the scroller or the arrows. You have to drag the ...
2
votes
1answer
196 views

How can I tell what windows theme I'm using?

I'm trying to make my application force a theme - this is straightforward as shown here: http://arbel.net/blog/archive/2006/11/03/Forcing-WPF-to-use-a-specific-Windows-theme.aspx However, I don't ...
2
votes
3answers
1k views

Clicking a control and causing it to shade

In windows when you click on an icon on your desktop, the icon darkens with a shade that is based on your windows theme that is currently used. I have a custom control that displays an image. I ...
1
vote
1answer
179 views

WPF Theme resources are not used

In the application I am working on a requirement is to have support for windows themes (Aero, Classic, Luna). I have a few custom controls which I want to respect the current theme. I have created ...
0
votes
0answers
115 views

vb.net Non-client area problem on windows theme changed

I have a web browser project (vb.net) and some pictureboxes on application title bar (I resized non-client area) and I've got a problem with it. When I change Windows theme (from aero to basic), whole ...
0
votes
3answers
169 views

SetThemeAppProperties disables COM Common Dialogs

Calling SetThemeAppProperties with argument which has flag STAP_ALLOW_CONTROLS unset causes CoCreateInstance for Common Dialogs (or at list File Open Dialog, CLSID_FileOpenDialog) to return error ...
0
votes
2answers
491 views

Get Windows theme?

I must really know which Windows theme my user is using. More precisely, Classic, XP, Basic or Aero. (Basic theme as in Vista/7 Windows Basic theme) I already know how to find if it's aero, but how ...
0
votes
1answer
209 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 ...
-1
votes
1answer
193 views

Change theme in Windows XP or Windows 7 (silently)

could you please help me? What I need is a method to change the theme on a Windows machine without prompting the user with the display properties (personalization) window. The themechange should ...