Re: [RESOLVED] ToolTip issue
Well, it appears I declared victory a tad too soon.
When my process calls the ShowToolTipText sub, the tooltip 'may or may not' be displayed. More so, it will sometimes be displayed on the mouse previous position, with the previous text (and I've checked that the proper text is passed in parameter using the Console as a debug output).
More so, I call the ShowToolTipText sub following a Hit test based on the mouse position, which itself is triggered by the MouseHover event. Well, that event does not seem to trigger in a stable and predictable manner when the mouse cursor stays over the same control. It triggers the first time the mouse enters the control (and hovers for a short time), and then if you move the mouse over the control again (without exiting it), and hover over it again, the MouseHover event 'may or may not' trigger (mostly not...).
I think I'm going to move on with an alternative solution, like displaying the ToolTiptext in a status bar at the bottom of the form that holds my control.
Bummer.