Click here to Skip to main content
16,016,580 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I have develop a project but its doesn't have nice look like windows 7 forms.I need to change the look of my whole application.How can i do this....Can any please help me.
Posted

You need to use themes.

If you are using WPF or Silverlight - you can get theming support directly - WPF Themes and Skins Engine[^].

Windows forms - start with this nice article - Fancy Windows Forms[^].
Various third parties offer theming solutions.
 
Share this answer
 
Comments
tkkf87 9-Dec-11 4:05am    
I haven't any experience with SliverLight can you please tel me how to do it or how a get theming support.
Philippe Mori 9-Dec-11 20:17pm    
Third parties component might be the easiest way to change the look of an existing application with moderate effort.
Its better to use WPF for making good looking Application. Windows Form have no more functionality in Comparison to WPF. WPF has very good theme support.
Try
http://wpfthemes.codeplex.com/[^]
WPF Themes is a collection of free themes to be used in WPF projects
 
Share this answer
 
Comments
tkkf87 9-Dec-11 6:18am    
How could i convert Windows Form to WPF
Philippe Mori 9-Dec-11 20:16pm    
You will typically have to rewrite the UI part on the application to do that.
tkkf87 9-Dec-11 6:19am    
and how could i use it

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