How to display the uwp application in the tray at the bottom right corner of the system

匆匆过客 提交于 2020-03-23 06:39:07

问题


Can uwp applications be displayed in the tray on the lower right corner of the system desktop?


回答1:


It is not supported directly for UWP apps to put themselves into the systray, but you can add a desktop extension to your package that can live in the systray and act as a proxy for your UWP. Here is a blog post on that:

https://stefanwick.com/2017/06/24/uwp-app-with-systray-extension/



来源:https://stackoverflow.com/questions/50820673/how-to-display-the-uwp-application-in-the-tray-at-the-bottom-right-corner-of-the

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