如何使用 MFC 创建类似 Vista 的扩展按钮?

发布于 2024-11-15 20:36:23 字数 167 浏览 1 评论 0原文

我的意思是圆形扩展按钮,例如 Vista 上的任务对话框中使用的按钮。

请参阅 CTaskDialog 的 MFC 文档中的此图像。

来自 CTaskDialog 的 MFC 文档的图像

I mean the round expansion button that is used for example in the Task Dialog on Vista.

See this image from the MFC documentation of CTaskDialog.

Image from the MFC documentation of CTaskDialog

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虐人心 2024-11-22 20:36:23
  1. 确保您的应用程序是 Unicode。
  2. 确保您使用的是 VS2005 或更高版本,可以自行嵌入资源清单,或者手动执行。

只需执行以下操作:

  • 使用 VS2008 创建基于 MFC 对话框的应用程序 - 使用所有默认设置。
  1. Ensure your application is Unicode.
  2. Ensure you are using VS2005 or higher that can embed resource manifest by themselves, OR do it manually.

Just do this:

  • Create an MFC Dialog based application using VS2008 - Use all default settings.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文