this is a general question that I was asked to investigate. What would we need, generally speaking, to be able to drag an image file (tif) from our Delphi 2007 application to some other application?
Thank you.
this is a general question that I was asked to investigate. What would we need, generally speaking, to be able to drag an image file (tif) from our Delphi 2007 application to some other application?
Thank you.
The easy way would be to use this component: http://melander.dk/delphi/dragdrop/ , which exists since a long time. You have all the components variants for drag and drop: source/target, various source/target kind.
Here is a good sample: Drag and Drop files from your application to Windows Explorer