What I want to do
is a bit complicated, I want to drag-and-drop something on an application that
doesn’t have drag-and-drop support implemented. This means I have to do it all on my side in the CompleteDrag-event,
this isn’t a hard as it sounds since the target apps has an OLE Automation server and a feature rich scripting
language through which you can complete the drop. I have been able to drop the
object in the correct window but as I wrote in my last message the object is
always positioned in the client apps window with the assumption that the
scrollbars always are positioned at the
upper left corner.