What is the best skin library for Windows Forms?

I would like my Windows Forms.NET application to be a little prettier, with fancy rounded corners of windows, a non-standard set of colors, good controls.

Although all this can be implemented using custom ownerdraw, I would like not to spend a lot of time and accept the existing free implementation (if any).

Please recommend your choice.

+3
source share
2 answers

I don't know any complete free library, but to improve the look or functionality of ordinary .Net elements, I would look at the CodeProject site. There are many articles on customizing controls. For example, here is about creating round buttons.

You may need to draw a drawing of the owner, but assuming that the license for the code in this or that article is suitable for your needs, you may be able to reuse the code, do not write a lot, and some of the articles contain which you could simply indicate in your code.

If you want to provide your Windows 7 application, also see the Windows API Code Code for .Net

+1
source

, WinForms "" "". / ( ), , , , .

WPF, "".

.

+1

Source: https://habr.com/ru/post/1740928/


All Articles