Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone

I am novice and i would like to customize .NET Controls style and appearance but no success yet. I don't want to use third party controls.

the only thing that i found is GDI+ programming but it seems so difficult. for example i want to create a button with inner shadow on roll-over event.
take a look out this page. this is almost near what i want:
http://www.vgdotnet.com/index.shtml[[^]

Plz help.
any suggestion would be appreciated.
Posted

wrote:
the only thing that i found is GDI+ programming but it seems so difficult.


GDI+ is how all controls are drawn. It's your only option. You need to make your controls owner drawn and write GDI+ code to draw them as you desire them to look. There's tons of articles here on Code Project with owner drawn controls that you can look at.
 
Share this answer
 
If you are looking at starting your project from scratch, you could use WPF or Silverlight instead of winforms. These provide awesome control styling and customization features.
 
Share this answer
 

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