https://github.com/bluegrams/apphelpers
Some helpers for desktop application development with WPF and WinForms
https://github.com/bluegrams/apphelpers
dotnet settings winforms wpf
Last synced: about 2 months ago
JSON representation
Some helpers for desktop application development with WPF and WinForms
- Host: GitHub
- URL: https://github.com/bluegrams/apphelpers
- Owner: Bluegrams
- License: bsd-3-clause
- Created: 2019-10-02T18:26:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T22:52:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T09:06:01.450Z (2 months ago)
- Topics: dotnet, settings, winforms, wpf
- Language: C#
- Homepage:
- Size: 96.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AppHelpers
[](https://www.nuget.org/packages/AppHelpers.WPF)
[](https://www.nuget.org/packages/AppHelpers.WinForms)A small library containing some helpers for desktop application development with WPF and WinForms.
### Overview
* Automatically store an app's location, size, window state and any custom window property
* Portable mode for managed properties and any custom settings
* Automatically check for new application updates
* Simple 'About' box showing assembly information, product website and license etc.### Usage
[WpfSample](WpfSample/MainWindow.xaml.cs) provides a sample WPF application.
### License
This software is licensed under [BSD-3-clause](LICENSE.txt) license.