WindowsFormsAero is a Windows Forms library that provides native controls with many of the modern features introduced with Windows Vista and more recent Windows versions. Many controls—such as buttons, command buttons, and textboxes—support the functional and stylistic features introduced with “Aero”. For instance shield icons, cue banners, and so on.
WindowsFormsAero was started by Marco Minerva in January 2007 and was initially hosted on Codeplex.
The WindowsFormsAero icon has been kindly provided by Enner Pérez.
Get the latest version through NuGet:
Install-Package Windows-Forms-Aero
- Fixed bug with TaskDialog APIs on x64 (thanks Piotr Zięzio).
- Added icon (thanks Enner Pérez).
- Added Source Link (thanks MagicAndre1981).
- Add support for additional DWM window attributes (
DWMWA_CLOAKED
andDWMWA_FREEZE_REPRESENTATION
). - Add support for public Virtual Desktop APIs (Windows 10).
- Add simple
StoreAppHelper.IsRunningAsStoreApp()
helper to check whether a program is running as a packaged Windows Store app. - Add .NET 4.0 support.
- Add XML documentation to NuGet.
First release after migration to GitHub.
- Breaking changes from v2.*.
- Major code refactoring and clean up.
- Minor memory leaks fixed.
- Progress bars now correctly change state.
- Marco Minerva
- Lorenz Cuno Klopfenstein
- Julie Koubová
- Blake Pell
- multippt
- Nicholas Kwan
- Enner Pérez
- Piotr Zięzio
- MagicAndre1981