tags:

views:

81

answers:

1

Hi, I'm trying to create something like a tooltip suddenly hoovering over the mouse pointer when specific words in the richt text box is hovered over. How can this be done?

A: 

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

xpda