Adding a tile to the Windows 10 Action Center(将磁贴添加到 Windows 10 操作中心)
问题描述
我是 C++ 和 Windows 框架的新手,所以如果我问一个明显的问题,我很抱歉.我想知道是否有办法将我自己的自定义磁贴添加到 Windows 10 操作中心,如下所示:https://i.stack.imgur.com/lArOP.png
I am new to C++ and the Windows Framework, so I am sorry if I am asking a blatantly obvious question. I was wondering if there is a way to add my own custom tile to the Windows 10 Action Center, like this: https://i.stack.imgur.com/lArOP.png
我们将不胜感激任何帮助或建议.提前致谢!
Any help or advice will be appreciated. Thanks in advanced!
我在 Windows 10 操作中心按钮 找到了类似的帖子,但是它没有答案.
I found a similar post at Windows 10 action center buttons, but it has no answers.
推荐答案
目前无法添加快速操作"按钮.您可以尝试在 Windows Dev Uservoice 网站上添加请求(或对现有项目进行投票).
Right now there is no way to add a "Quick Action" button. You can try adding a request (or upvote an existing item) on the Windows Dev Uservoice site.
这篇关于将磁贴添加到 Windows 10 操作中心的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:将磁贴添加到 Windows 10 操作中心


基础教程推荐
- 我有静态或动态 boost 库吗? 2021-01-01
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 这个宏可以转换成函数吗? 2022-01-01
- 如何检查GTK+3.0中的小部件类型? 2022-11-30
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
- 常量变量在标题中不起作用 2021-01-01
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- 在 C++ 中计算滚动/移动平均值 2021-01-01