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
2009-11-05 14:18:10