An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# AppHelpers

[![Nuget](https://img.shields.io/nuget/v/apphelpers.wpf?label=nuget%20WPF)](https://www.nuget.org/packages/AppHelpers.WPF)
[![Nuget](https://img.shields.io/nuget/v/apphelpers.winforms?label=nuget%20WinForms)](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.