Is there any free tool to style my C# Windows Forms, to make them look like Windows 7 Windows.
**EDIT**
In the designer mode, I have this :

But when I run I get this :

I don’t know why I get that. (Old style)
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should enable visual styles
look Application.EnableVisualStyles Method
Call this method before creating any controls