Skip to content

📚 Windows Forms Control class library for "Quick" apps (.NET Framework)

License

Notifications You must be signed in to change notification settings

ModuleArt/quick-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Library

Windows Forms Control class library for "Quick" apps (.NET Framework)

GitHub release (latest by date including pre-releases) Module Art website Patreon Buy me a coffee

Apps

Quick Picture Viewer - Lightweight, versatile desktop photo viewer for Windows
Quick Screen Recorder - Lightweight desktop screen recorder for Windows
Quick Color Picker - Lightweight desktop color picker and color editor utility for Windows

Controls

Control name Codename WinForms alternative
Check box QlibCheckBox CheckBox
Text box QlibTextBox TextBox
Numeric QlibNumeric NumericUpDown
Fixed form QlibFixedForm Form
Radio QlibRadio RadioButton
Tabs QlibTabs TabControl
Tool bar QlibToolbar ToolStrip
Tool separator QlibToolsep ToolStripSeparator

Managers

Manager name Codename WinForms alternative
Dialog manager DialogMan MessageBox
Update manager UpdateMan -
Native manager NativeMan -

Special thanks to

nixxquality for GitHubUpdate (UpdateMan)
Alaa Ben Fatma for VisualStudio-Like TabControl (QlibTabs)