Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to force specific theme on specific application or process via handle?

For example let application.exe use other style not aero default.

share|improve this question

1 Answer

up vote 3 down vote accepted

The only built-in option you have, if you are not in control of the executable file, is to set some of the compatibility options:

enter image description here

That doesn't let you specify a different theme. It does allow you to force Windows Classic by ticking Disable visual themes. That's pretty much it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.