Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Guys,

i have requirement to develop customized themepack file from website. i just need the reference library or something that is that possible to create themepack from website?
like there will some images to select from image list, 2-3 and then "Generate Theme & Download" so by installing that file theme will be applied to user's windows operating system.

What I have tried:

i searched on google to but all results showing like to create from windows properties and all that but didn't get programmatic solution & class library.

got result like that

http://www.howtogeek.com/howto/24609/create-a-windows-7-theme-pack-from-scratch/
http://windows.microsoft.com/en-IN/windows7/create-a-theme
Posted
Updated 22-May-16 21:41pm

1 solution

Google doesn't consider you to be a programmer unless you append one of the frameworks, languages or MSDN to the search query. I search for "create themepack file msdn[^]" and it yielded that there is no C# library (or even C++ one). There is just a format that you have to follow. You can use C# to generate the file; plain-string-text. Add the images and other settings to it, and you're good to go.

Have a look at this file format description on MSDN, Theme File Format (Windows)[^]
Read this SO thread, How do I change the current Windows theme programatically? - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900