I’d like to customize the standard user controls look (buttons, dgv, txtboxs … etc) and the layout of my forms to a state of art modern interface like any decently built application. How can I do that?. What to look for? any articles, books .. etc that might be of help!
I’d like to customize the standard user controls look (buttons, dgv, txtboxs … etc)
Share
Your question is a little vague in terms of what exactly you want to achieve. However, you can customize the look of most controls simply by handling painting them on your own.
There are also some 3rd-party Winforms control libraries which are easily skinnable.
Also, if it’s an option, WPF provides a very powerful style system to change the look of anything you want.