Detecting Hovering Dragged Files


Does anyone know how I can make a DesktopX object respond to dragged files that are hovering over the object before they are dropped?

Sub Object_OnDropFiles (files) responds after the mouse is released and the object does not seem to change state in response to a "mouse over" even though the operating system changes the cursor to indicate that files can be dropped.
2,638 views 2 replies
Reply #1 Top

Unfortunately this is not supported, but has been requested to the developers previously.

As a workaround, you can access the CursorX and CursorY properties of the System namespace, then compare against the object's or the object's parent's boundaries.

-Mike
[Stardock Support]

Reply #2 Top
this could be nice to have.. i know i have several things that could use that

Who do we need to bug mike?