I need to know where the mouse is when the hover event is triggered. ( I have an Ink Picture control and want data to pop up if the mouse is over ink.) The x,y pair is not handed in as with the move event. I have things working by monitoring the move event and putting the x,y in hidden labels that that the hover event reads. Losses a lot on style points.
Any function to get the mouse location? (I tried GetMouseMovePointsEX but something was lost in the translation…..)
thanks
David