
- Help document: https://gitee.com/yhuse/SunnyUI/wikis/pages
- Gitee: https://gitee.com/yhuse/SunnyUI
- GitHub: https://github.com/yhuse/SunnyUI
- NuGet: https://www.nuget.org/packages/SunnyUI/
- Blog: https://www.cnblogs.com/yhuse
Welcome to communicate, QQ group: 56829229 (SunnyUI technical exchange group), please click a Star for the source code project!!!
** Personal learning and exchanges are free, and commercial applications require authorization **. Contact QQ: 17612584 for authorization matters.
Thanks to Code Cloud

special statement
SunnyUI.Net 项目已加入dotNET China 组织。

software introduction
SunnyUI. Net is a C#WinForm open source control library, tool class library, extended class library, and multi-page development framework based on the. NET Framework 4.0+,. NET 5, and. NET 6 frameworks.
Source code compilation environment:
- VS2019 16.8+(16.8.0 is the minimum version that supports. Net5)
- VS2022, see https://www.example.com for the method of installing the. NetFramework4.0 target package www.cnblogs.com/yhuse/p/15536393.html
Dynamic library application environment:
VS2010 and above are available:
- **. NetFrameWork project **, reference SunnyUI from NuGet, or directly reference Dll (SunnyUI.dll, SunnyUI.Common.dll) where two have been compiled
- **.Net5,.Net6 projects **, quoting SunnyUI from NuGet
- Not supported (. NET Framework 4 Client Profile).
- It is recommended to install through NuGet: Install-Package SunnyUI, or search for SunnyUI installation through NuGet.
software framework

support open source
1 Open source control library
- Based on. NET Framework 4.0, native control development, referring to the Element theme style, there are more than 70 commonly used controls including buttons, edit boxes, drop-down boxes, data tables, industrial control instruments, statistical charts, etc., meeting regular development needs. Each control is carefully crafted and pays attention to detail;
- Contains 11 Element-style themes and 6 other themes. The themes can be customized through the colorful theme mode. Contains the theme management component UIStyleManager, which allows you to switch themes freely.












2 Tool library
- Collect and organize tool libraries that are often used during the development process.
3 Extended libraries
- Collect and organize extended class libraries that are often used during the development process.
4 Multi-page frames
- Refer to Element, which includes 7 common framework styles. You can create multi-page programs with just a few simple lines of code. Its supporting components include UIForm, UIPage, and UIFrame. A collection of common control libraries allows you to quickly develop WinForm applications.
