开发者

Hover tooltip on specific words in rich text box?

开发者 https://www.devze.com 2022-12-10 09:12 出处:网络
I\'m trying to create something like a too开发者_Go百科ltip suddenly hoovering over the mouse pointer when specific words in the richt text box is hovered over. How can this be done?You can use MouseM

I'm trying to create something like a too开发者_Go百科ltip suddenly hoovering over the mouse pointer when specific words in the richt text box is hovered over. How can this be done?


You can use MouseMove and then GetCharIndexFromPosition to determine which character the mouse is over, then display the associated tooltop.

0

精彩评论

暂无评论...
验证码 换一张
取 消