DesktopToast
DesktopToast copied to clipboard
A library for toast notifications from desktop app
If I understand it correctly, the application which wants to show toasts only needs to install the shortcut once. So to prevent running code which is only needed once, at...
Closes #10.
A thread-safe implementation that prevents GetOsVersionByWmi() from being called twice.
Closes #5.
No reflection required.
Examine ToastNotificationManager.Setting and return corresponding result if disabled.
Closes #4.
Fixes the compiler warning for DesktopToast.Wpf.csproj
Steps to reproduce: 1. Delete DesktopToast.Wpf.lnk 1. Run DesktopToast.Wpf.exe 1. Minimize all other windows 1. Click Show a Toast 1. Close after the toast is shown but before it times...
I tried to use DesktopToast in [CHDK Utility](https://chdk.setepontos.com/index.php?topic=13091.0) to notify the user when the card is ejected. However, when I tried to post the zipped binaries on the forum, I...