Bringing modern styling and features to WinForms
Alt UI is an attempt to create a simple, extensible control library which emulates the look and feel of WinForms controls, but with a more modern look and feel, using colours from Windows itself, and Visual Studio 2022's dark theme.
Special thanks to the team over at Ascension Game Dev for expanding the library to include DarkComboBox
, DarkGroupBox
, and DarkNumericUpDown
, aswell as Robin Perris for the Original DarkUI this is based on, and anyone who contributed to this specific fork.
It's basically a 1:1 recreation of standard WinForms controls, just add the DLL from this project as a reference, and use the controls from it.
You can also read the original GitHub projects wiki. This contains all the information you need to get started as well as more detailed information and guides.