Notifications.Wpf.Core
Notifications.Wpf.Core copied to clipboard
Toast notifications for WPF .NET 6
Hi Guys, I have tray icon wpf application (no window) and when try to showing a toast I'm getting the following error {"Cannot set Owner property to a Window that...
It is now possible to specify the owner of notification windows. By default, the application's main window is used to maintain the previous behavior. However, it is possible to explicitly...
When I try to build this project in VS2022, the following error message shows: Cannot import the following key file: strong-name-cert.pfx. The key file may be password protected. To correct...
Notification windows dissappers or is minimized when main windows is minimized. I show notifications if my main window is minimized, so they are showing then my app in minimized. When...