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
- Host: GitHub
- URL: https://github.com/minkostaev/forms.wpf.mls.tools
- Owner: minkostaev
- License: mit
- Created: 2023-03-05T22:59:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T23:29:34.000Z (over 1 year ago)
- Last Synced: 2025-08-19T11:02:58.577Z (10 months ago)
- Topics: winforms, wpf
- Language: C#
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forms.Wpf.Mls.Tools
[](https://github.com/minkostaev/Forms.Wpf.Mls.Tools)
[](https://www.nuget.org/packages/Forms.Wpf.Mls.Tools/)




[](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)