Hi,

Does anyone know how to drag and drop an Image from IE onto a control?
I have been looking at it appears to work two-fold. 1 - An image
without a link comes across as a link to the images in IE's cache
(FileDrop); 2 - An image with a link comes across as an OLE object with
data available in the follow formats:
UntrustedDragDrop
FileGroupDescriptor
FileGroupDescriptorW
FileContents
UniformResourceLocator

Does anyone know how to get either the image's location or data into a
usable form when the D&D is the OLE object?

Many thanks,
James Kent