如何为 ToolTip 控件启用 Vista/Win 7 主题/样式?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否已指定 TTS_USEVISUALSTYLE 作为工具提示上的窗口样式?
Have you specified TTS_USEVISUALSTYLE as the window style on your tooltips?