Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 788 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 788 Bytes

FSC-UI

Custom modern UI Library for Windows Forms Applications

Available in Nuget Store: https://www.nuget.org/packages/FSC-UI/


Use the Controls and custom form directly out of your toolbox. To use the code in your form, import the namespaces:

using FSC_UI;
using FSC_UI.Controls;

To Change the window into the FSC-UI window, change: public partial class Form1 : Form to public partial class Form1 : FSC

All available Controls start with FSC[CONTROL_NAME]

A matching custom messagebox is included: FSCMessageBox.Show(...);

FSC-UI contains a ThemeBuilder and a ThemeLoader class to Load / Save / Create Themes


Some features are missing or you found a bug? Message me on discord, every idea is welcome: Discord -> Fabian#3563 (Don't message me for fun!)