Windows ToastNotifications in C++

Hey,

I've tried to work with the Windows Toast Notifications to create an Chat message box like Skype Win10 does, where you can enter text in an textbox and write back through the toast notifications.

My main issue is that i currently cant get user input from toastnotifications (text box) or chang/edit values on an already showing toast notification ui. I've read something about bindings but only in C# or some strange WinRt C++, but I'm not sure how this can be done in C++ through the COM: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/toast-progress-bar

For displaying I'm using Toast++, but its fairly limited to just creating notifications but bindings etc somehow don't work.
http://www.naughter.com/toastpp.html



Has anyone ever tried this?
There is not really any documentation on this for C++.
Topic archived. No new replies allowed.