I've been researching about and the results I've achieved have been only to use WPF instead of using WinForm, but I'm still in doubt and I believe it's possible, is it possible to change the software template developed in Windows Forms?
I've been researching about and the results I've achieved have been only to use WPF instead of using WinForm, but I'm still in doubt and I believe it's possible, is it possible to change the software template developed in Windows Forms?
There are some libraries like QIOS , Krypton and DotNetBar that allow you to change the look of the application, but I'm not sure if it applies in forms as well.
By my use of these components I know there are ways for you, for example, to remove the edges of a form and add its buttons instead of the original buttons on windows, that means that you "mask" the application, but background the template is the same, and they have some nice documentation that you can work on.
This site has a list of templates that can change the skin of a form and its controls too, but I have never used it.