Hi,
On Tuesday 06 December 2005 00:26, Alexandre Julliard wrote:
> I don't really know what the right way is, I just know that faking
> mouse messages probably isn't it
You were right (of course ;-) Attached is a small test application, which
supports the bare minimum to get drag & drop running
Michael Jung <[EMAIL PROTECTED]> writes:
> Hi Alexandre,
>
> seems like you rejected this patch. Is it too hack'ish? At a first glance it
> seems like it would be enough to figure out the IDropTarget belonging to the
> hwnd and call a DragOver on this interface. The problem is that the drop
>
Hi Alexandre,
seems like you rejected this patch. Is it too hack'ish? At a first glance it
seems like it would be enough to figure out the IDropTarget belonging to the
hwnd and call a DragOver on this interface. The problem is that the drop
source (or the DoDragDrop function) might have to cha