如何为 ToolTip 控件启用 Vista/Win 7 主题/样式?

发布于 2024-08-28 13:31:33 字数 694 浏览 8 评论 0原文

在 Windows Vista 和 Windows 7 中,工具提示具有新的视觉样式或主题,它们是闪亮的灰色金属色。如何启用 ToolTip 控件的新样式?

某些控件(例如 ListViews 和 ToolBars)会自动使用新的工具提示,但其他工具提示则使用旧的黄色 XP 样式呈现。

我尝试发送 TTM_SETWINDOWTHEME 消息,但没有任何反应,我'我不确定应该使用什么字符串作为视觉样式名称。

SetWindowTheme 也不起作用,我已在 ListViews 和 TreeViews 上成功使用它来设置“Explorer”样式(请参阅 http:// www.danielmoth.com/Blog/TreeViewVista.aspx),但这似乎不适用于工具提示。

我正在使用普通的 win32 C API。

In Windows Vista and Windows 7, ToolTips have a new visual style or theme, they are shiny grey metallic. How can I enable the new style for a ToolTip control?

Some controls, like ListViews and ToolBars, use the new tooltips automatically, but other tooltips are rendered with the old yellow XP style.

I've tried sending an TTM_SETWINDOWTHEME message but nothing happens and I'm not sure what string I am supposed to use for the visual style name.

SetWindowTheme doesn't work either, I've used it successfully on ListViews and TreeViews to set the "Explorer" style (see http://www.danielmoth.com/Blog/TreeViewVista.aspx), but that doesn't seem to work on ToolTips.

I'm using the plain win32 C API.

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

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

发布评论

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

评论(1

心欲静而疯不止 2024-09-04 13:31:33

您是否已指定 TTS_USEVISUALSTYLE 作为工具提示上的窗口样式?

Have you specified TTS_USEVISUALSTYLE as the window style on your tooltips?

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