如何显示长度超过 128 个字符的系统托盘工具提示

发布于 2024-12-02 02:22:36 字数 204 浏览 3 评论 0原文

根据 MSDN,NOTIFYICONDATA::szTip仅支持 128 个字符的文本。如何解决此限制并显示更长的工具提示文本?

According to MSDN, NOTIFYICONDATA::szTip only supports 128 characters of text. How do I workaround this limitation and show longer tooltip text?

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

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

发布评论

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

评论(1

他夏了夏天 2024-12-09 02:22:36

好吧,如果 MSDN 中记录了限制,那么您就不能提供比该长度更长的字符串。您是否想显示类似于气球提示的内容?

请记住,这是一个工具提示,旨在提供有关事件的简要信息。如果您需要更长的内容,那么您将必须在托盘区域中绘制自己的自定义窗口。

也许看看这个: http://www.codeproject.com/KB/shell/ LiviuBirjegaCode.aspx

Well, if it's a documented limit in the MSDN, then you can't supply a string that is longer than that. Are you trying to display something similar to a balloon tip?

Keep in mind that this is a tooltip, and such designed to give brief information about an event. If you need something longer, then you will have to draw your own custom window in the tray area.

Maybe take a look at this: http://www.codeproject.com/KB/shell/LiviuBirjegaCode.aspx

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