I need to create a windows forms application that users can customize the styles of forms easy and flexible, also my application need access to registry and system files.
how can i do it? is there a better way (using html and css)?
I need to create a windows forms application that users can customize the styles
Share
Other than a few third party libraries that allow WinForms Skinning / Themeing, such as DevExpress, there isn’t much you can do. And no, you cannot use HTML and CSS, you’ll need to be developing a WinRT Win8 app to use HTML for the UI.