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 操作中心
基础教程推荐
- Windows Media Foundation 录制音频 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 从 std::cin 读取密码 2021-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01