I have an application that shows a number thumbnail images. In another
application I have an editor component. How can I best implement a drag
drop operation so I can drag an image into my editor.
I know the full path to the images, and I can insert an image any where in
the editor. My main problem is how to transfer the filename from source
application to the editor, and how to implement the drag drop operation.