Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to apply theme for my developed windows application without disturb form controls
Posted

1 solution

If you've already completed your application, it's too late. You had to code "skinning" support into your application from the start.

You can find an exmaple of such by reading Adding custom skins for Forms in VB.Net[^]. It's not exactly easy and it's a ton of work.

You can also use 3rd party libraries to do this, such as .NET Advantage by Infragistics. All of these libraries cost $$$$. I don't know of any decent free libraries. Oh, and using these libraries WILL force to you rewrite the app to support skinning.


The real question should be "does adding skinning support add any value to the application"?? That answer is usually "No".
 
Share this answer
 
v2

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