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

https://github.com/minkostaev/forms.wpf.mls.tools

Windows Forms and WPF tools
https://github.com/minkostaev/forms.wpf.mls.tools

winforms wpf

Last synced: about 1 month ago
JSON representation

Windows Forms and WPF tools

Awesome Lists containing this project

README

          

# Forms.Wpf.Mls.Tools

[![Badge Name](https://img.shields.io/badge/GitHub-Forms.Wpf.Mls.Tools-blue.svg)](https://github.com/minkostaev/Forms.Wpf.Mls.Tools)
[![NuGet version (Forms.Wpf.Mls.Tools)](https://img.shields.io/nuget/v/Forms.Wpf.Mls.Tools.svg?style=flat-square)](https://www.nuget.org/packages/Forms.Wpf.Mls.Tools/)

![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)
![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge&logo=.net&logoColor=white)

![](https://badgen.net/badge/icon/Win%20Form?icon=windows&label)
![](https://badgen.net/badge/icon/WPF?icon=windows&label)

[![GitHub last commit](https://img.shields.io/github/last-commit/minkostaev/Forms.Wpf.Mls.Tools?color=blue)](https://github.com/minkostaev/ShortcutsGrid/commits/)

This library will help your **Win Forms** and **WPF** apps with usefull tools (services and controls).

### *Services:*

- ## AppSettings - *Save objects to files and load it back*

- ## AssemblyProperties - *Ready to use exe/dll properties*

- ## EscapeCloses - *On ESC keyboard pressed closes Form/Window*

- ## JsonConvert - *Json to object and object to json*

- ## WindowsShortcut - *Method for creating shortcut*

- ## StartupShortcut - *Methods for add shortcut to users startup folder*

- ## SizePositioning - *Save Form/Window position and size on the monitor*

- ## SpecialFolders - *Windows' special folders*

- ## MultiLanguage - *Easily change multiple languages*

- ## RequestManager - *Send API requests*

- ## Internet - *Ping to check connection*

[read more with examples](README/services.md)

### *Controls:*

### *Win Forms:*

- ## SystemTray - *Adding NotifyIcon control to Form/Window*

### *WPF:*

- ## TreeViewLine - *A custom TreeView with lines*

[read more with examples](/README/controls.md)