Unexpected behaviours in toast notification from desktop app in Windows 10

懵懂的女人 提交于 2019-11-28 14:18:29

Win32 apps need to set up a COM server in order to have toasts persisted in Action Center: http://blogs.msdn.com/b/tiles_and_toasts/archive/2015/10/15/quickstart-handling-toast-activations-from-win32-apps-in-windows-10.aspx

alanfran

An alternative to the COM method is to set a registry key for your app. Replace irssi with ToastDesktop in your case.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!