Hello.
I want an image to be visible when the mouse pointer is over a Label.
There are many labels with the same name, the one I want has its index=8.
I'm using the MouseMove event to make the picture visible, which works fine.
The problem is when I move the mouse out of that label.
I have found many posts here about this... The problem appears when I move the mouse very fast. In some cases it can move out of the label without disappearing the picture.
So sometimes it works, sometimes not.

I really want to make the picture appear when the label's ToolTipText appears.
Is there any function that I could use to understand when a toolTipText is displayed and when not?
Because I think it can't be done with the MouseMove...

Thanks in advance :-)