简体   繁体   中英

How to get list of themes (Theme name) installed in Windows 7?

I want to write an application in MFC which gives me a list of theme installed in windows 7.

Which library or dll provide the themes so I can use it in my application to change the theme using my application or can I have code snippet ?

Regards, Mehul.

Enumerate files under %WinDir%\\Resources\\Themes and %AppData%\\Microsoft\\Windows\\Themes.

The format of .theme files is documented at http://msdn.microsoft.com/en-us/library/windows/desktop/bb773190(v=vs.85).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM