Previewing Window theme changes in MFC application

  • Thread starter Thread starter MarigoldR
  • Start date Start date
M

MarigoldR

Guest
Hi,

I have a 64 bit MFC application and I need to change the theme of the application (eg Aero/ High Contrast dark theme etc)? How do I load the theme data files from "C:\Windows\Resources\Ease of Access Themes" and use them to only preview a specific window or a control? I have tried SetWindowTheme() API [no effect], ::_tsystem() API [gets applied to the whole system without a preview]

Thanks

Continue reading...
 
Back
Top