https://github.com/kris701/nanotek.wpf.windowstrayitemframework
A simple framework to make WPF tray icon windows
https://github.com/kris701/nanotek.wpf.windowstrayitemframework
tray-application windows wpf
Last synced: 7 months ago
JSON representation
A simple framework to make WPF tray icon windows
- Host: GitHub
- URL: https://github.com/kris701/nanotek.wpf.windowstrayitemframework
- Owner: kris701
- License: mit
- Created: 2022-11-30T18:11:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T09:02:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T06:26:23.004Z (9 months ago)
- Topics: tray-application, windows, wpf
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Windows Tray Item Framework
A simplified and small framework to make WPF apps that run from the windows tray.
I have used this style of applications in a few of my projects, so i thought i might as well make a common package for it.

To use it, either use the template attached, or make a WPF Window and Inherit it from the `TrayWindow` from the package.
You can then add as many `UserControls` as you want.
You can jump between views by calling the `ViewSwitcher` static class.