Click here to Skip to main content
15,891,947 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
I want to use Windows7 visual style, like in this image, in my WinApp C# projects ..
so is there an easy way to do it or I have to make this by my self?


http://oi57.tinypic.com/r9qv85.jpg
Posted
Updated 5-Apr-14 12:41pm
v3
Comments
Sergey Alexandrovich Kryukov 5-Apr-14 18:15pm    
It strongly depends on your project type, which you probably did not bother to share with us. Try to search CodeProject articles; you will find a lot of useful material.
—SA
[no name] 5-Apr-14 18:44pm    
Sorry that I didn't mention my project type ..
I want to use a similar style in Windows Forms Application projects

 
Share this answer
 
Comments
[no name] 5-Apr-14 22:29pm    
Thanks Sergey
Sergey Alexandrovich Kryukov 5-Apr-14 22:48pm    
You are very welcome. Will you accept the answer formally?
—SA
Abhinav S 6-Apr-14 2:29am    
5!
Sergey Alexandrovich Kryukov 6-Apr-14 12:38pm    
Thank you, Abhinav.
—SA
It could depend of what version of the framework you are using.
It also depends on whether you are using WPF or Windows Forms.

All of them are possible just that the way you implement would be different.
For .Net 2.0 for e.g. try http://windowsformsaero.codeplex.com/[^].
 
Share this answer
 
Comments
[no name] 7-Apr-14 10:24am    
Thanks Abhinav S ..

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