Tagged Questions

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 ...