❔ Is there any way to send a notification if the Windows is closed?
Hi, I'm using System.Windows to open a Window and I know I can send notifications with NotifyIcon. I want to send a notification like the notifyIcon notification but when the app is closed if something occurs like Web Push Notifications.
6 Replies
You'll need something to run. Some background Windows service, or your app running in the tray or some such
And you know how I can do It?
Not really, sorry. I can only give you those googleable terms
Ok thanks
You could override the window close, to just hide the window, and then get any notifications to show
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.