D
Darren Croese.247 via .NET 247
Greetings,
I have a large Paintbox control as the background of a form inVB.Net. This paintbox control has various shapes on it and Iwish to detect when the mouse is hovering over a shape.
This works fine for the first mousehover event but once the eventhas been triggered, it will not trigger again until the mousehas been moved outside the limits of the Paintbox and back inagain (ie the MouseLeave and MouseEnter events have beentriggered)
How can I directly 'reset' the status of whatever variable holdsthe MouseHover status so that it will automatically triggeragain without moving off the form?
Thanks,
Darren.
I have a large Paintbox control as the background of a form inVB.Net. This paintbox control has various shapes on it and Iwish to detect when the mouse is hovering over a shape.
This works fine for the first mousehover event but once the eventhas been triggered, it will not trigger again until the mousehas been moved outside the limits of the Paintbox and back inagain (ie the MouseLeave and MouseEnter events have beentriggered)
How can I directly 'reset' the status of whatever variable holdsthe MouseHover status so that it will automatically triggeragain without moving off the form?
Thanks,
Darren.