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 操作中心


- 使用/clr 时出现 LNK2022 错误 2022-01-01
- C++ 协变模板 2021-01-01
- 近似搜索的工作原理 2021-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07
- 静态初始化顺序失败 2022-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- STL 中有 dereference_iterator 吗? 2022-01-01
- 从python回调到c++的选项 2022-11-16
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01