Hi Dan,
Sorry for the problem with Dolphinharbor, it should be back up and
running now.
The Shell Project packages (
http://www.dolphinharbor.org/dh/projects/shell/index.html ) only
implement dragging into a Dolphin app, not dragging out of a Dolphin
app. "Dragging into" was fairly simple to implement, "dragging out"
would be more complex, but I believe it would be possible.
For more info see:
http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_programming/transferring/transfer.asp?frame=trueI think you would need to implement objects (ie subclasses of
COMInterfaceImp) that expose the IDropSource and IDataObject
interfaces.
In the Shell Project packages is an example of a class
(ShellDragDropSession)that exposes the IDropTarget interface. This may
give you a few ideas on how to proceed.
Hope this helps!
Steve