I was thinking about something on that line; the problem is that OnDropFiles doesn't tell you
where the files where dropped so you'd have to keep track of the mouse position with OnMouseMove (or the current control with OnMouseEnter/ONMouseLeave) handlers. But then you'll have to track for
all controls (or at lest all interested control) and the coordinates (if using OnMouseMove) are then control-relative.
Sure, no big deal, but a litttle tedious and a bit error prone ...
So to answer the OP's question: yes, I think you'll have to track the mouse ...
