You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to develop a custom application for displaying "toast" notifications. This application will eventually be deployed on an embedded system where the Windows desktop process (explorer.exe) is not running, which implies that "toast" messages are not displayed by Windows.
The Toast Notification listener article provides a great starting point, and have allowed me to access Windows.UI.Notifications.UserNotification objects that contains information about the owning application and textual toast content. However, I will also need to somehow access "actions" like buttons, selection boxes. text boxes and similar, but am struggling to figure out how.
Any advise on how to access "actions" when developing a Toast notification listener?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to develop a custom application for displaying "toast" notifications. This application will eventually be deployed on an embedded system where the Windows desktop process (
explorer.exe
) is not running, which implies that "toast" messages are not displayed by Windows.The Toast Notification listener article provides a great starting point, and have allowed me to access
Windows.UI.Notifications.UserNotification
objects that contains information about the owning application and textual toast content. However, I will also need to somehow access "actions" like buttons, selection boxes. text boxes and similar, but am struggling to figure out how.Any advise on how to access "actions" when developing a Toast notification listener?
Beta Was this translation helpful? Give feedback.
All reactions