Hello

I'm using Richtextbox in VB2008 winforms.

I'd like to know if that's possible to locate the text that I'm currently positioned on, in order to show it on a tooltip.
I've just googled but found nothing. It seems like I have to use MouseHover event, but can't find how to find the position of where I'm currently on.

Thanks