From: "Ken Phipps" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, May 24, 2005 1:55 AM Subject: Mouse Events
> The problem I'm having now is: I need to be able to determine what > control the mouse cursor is over after a 'simulated/manual' drag > operation. But the OnMouseUp event fires for the control that was > active when the mouse button was first depressed. OnMouseMove and > OnMouseEnter do the same thing, they only fire for the 'source' > control, not the control the mouse is over when the button is > released. Try setting event-handlers for each component that you are interested in. With a little forethought you may only need the one handler method. Henry Bartlett Delphi Links Page http://www.hotkey.net.au/~hambar/habit/delflink.htm _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

