Re: shell32: Bind to correct drop target after drag scrolling

2005-12-08 Thread Michael Jung
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

Re: shell32: Bind to correct drop target after drag scrolling

2005-12-05 Thread Alexandre Julliard
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 >

Re: shell32: Bind to correct drop target after drag scrolling

2005-12-05 Thread Michael Jung
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