Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzck/windowsformsaero
A Windows Forms library that provides common controls with many of the modern features introduced with Vista and more recent Windows versions.
https://github.com/lorenzck/windowsformsaero
dotnet windows-7 windows-forms windows-vista
Last synced: about 1 month ago
JSON representation
A Windows Forms library that provides common controls with many of the modern features introduced with Vista and more recent Windows versions.
- Host: GitHub
- URL: https://github.com/lorenzck/windowsformsaero
- Owner: LorenzCK
- License: other
- Created: 2017-04-19T14:58:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:37:45.000Z (5 months ago)
- Last Synced: 2024-10-01T07:24:39.411Z (about 2 months ago)
- Topics: dotnet, windows-7, windows-forms, windows-vista
- Language: C#
- Homepage:
- Size: 907 KB
- Stars: 61
- Watchers: 8
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![WindowsFormsAero logo](https://raw.githubusercontent.com/LorenzCK/WindowsFormsAero/master/icon/WindowsFormsAero-128.png)
# WindowsFormsAero
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](https://github.com/marcominerva) in January 2007 and was initially hosted on [Codeplex](http://windowsformsaero.codeplex.com).
The WindowsFormsAero icon has been kindly provided by [Enner Pérez](https://github.com/ennerperez).
## Download
[![NuGet](https://img.shields.io/nuget/v/Windows-Forms-Aero.svg)](https://www.nuget.org/packages/Windows-Forms-Aero)
Get the latest version through NuGet:
```
Install-Package Windows-Forms-Aero
```## Version history
### 3.1.1
* Fixed [bug with TaskDialog APIs on x64](https://github.com/LorenzCK/WindowsFormsAero/issues/5) (thanks Piotr Zięzio).
* Added icon (thanks Enner Pérez).
* [Added Source Link](https://github.com/LorenzCK/WindowsFormsAero/issues/6) (thanks MagicAndre1981).### 3.1
* Add support for additional DWM window attributes (`DWMWA_CLOAKED` and `DWMWA_FREEZE_REPRESENTATION`).
* Add support for public Virtual Desktop APIs (Windows 10).### 3.0.1
* 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.### 3.0
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.## Contributors
* [Marco Minerva](https://github.com/marcominerva)
* [Lorenz Cuno Klopfenstein](https://github.com/lorenzck)
* [Julie Koubová](https://github.com/juliekoubova)
* Blake Pell
* multippt
* Nicholas Kwan
* [Enner Pérez](https://github.com/ennerperez)
* [Piotr Zięzio](https://github.com/pziezio)
* [MagicAndre1981](https://github.com/MagicAndre1981)