WPF Desktop App, Windows 10 Notification Toast 2016 (UWP Community Toolkit)
问题 I'm trying to display Windows 10 Toasts with my WPF C# Desktop application . Sadly the API and general support concerning Windows 10 notifications in non-UWP or Store apps seems pretty limited and chaotic. Lately the UWP Community Toolkit was published, which seems to try and make things easier for us. There's also this Store app, Notifications Visualizer, which helps in making Toasts like this: I went on and tried to generated the Toast using C# and the API provided by the UWP Community