Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I am using operating system Windows XP.
I want to change the visual style of .Net Controls(Button, Form & etc) to window7
In other words How to make control transparant?
Is there any way to do this?
Posted
Updated 12-Nov-11 2:50am
v2

1 solution

Not sure what you mean with the "Windows 7" visual style... Many Windows 7 windows and controls still look like regular WinForms controls to me. Although this also depends on your Windows settings.
To get a more modern look and feel you can use WPF[^], but if you are not used to that kind of programming it can be a difficult learning curve.
If you want to get the same results in WinForms you could create your own Controls[^], but that is no easy task. Many companies have created their own Controls library for different platforms. I am currently using DevExpress WinForms Controls[^] at work, which look a lot better than the standard WinForm Controls.
 
Share this answer
 
Comments
Mehdi Gholam 12-Nov-11 7:28am    
5'ed
Sander Rossel 12-Nov-11 8:52am    
Thanks Mehdi :)
thatraja 12-Nov-11 9:11am    
Nice, 5!
Sander Rossel 12-Nov-11 9:20am    
Thanks :)

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