> How can I detect all mouse events in the application, not just for > the active control? I need to get around some problems I'm having > with a component when using the built-in drag and drop functionality, > so I'm trying to do it using other mouse events.
I found the answer a few hours after posting this, I used a message hander and respond to WM_MOUSEMOVE, etc. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

