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
Samples for Win32 desktop apps using toast notifications with COM activation.
This sample demonstrates how a desktop app can display a toast notification and respond to events generated by the user's interaction with the toast.
This sample is provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs.
How to use the sample...
Desktop Bridge
Open the project in VS
Set the DesktopToastsPackageProject as the startup project
Deploy
Toasts will work out-of-the-gate thanks to Desktop Bridge!
Classic Win32
Install WiX Toolset if you haven't yet
Open the project in VS
Build the SetupProject
Install the generated MSI from the bin/Debug folder
Launch the Desktop Toasts app from the Start menu
After you've installed with the MSI once, you can debug straight from Visual Studio. Installing via the MSI creates the Start menu shortcut with the AUMID and COM CLSID so your notifications can appear and be actionable.
If you don't install the MSI first, toasts will not appear.
About
raw samples for desktop toasts using com activation