I'd like to copy a file to the clipboard from VDF.
By that I don't mean the content of the fle, but the file itself (like you're using 'copy' from the context menu in Windows Explorer).

E.g.: Get vCopyFileToClipboard "C:\test\file.pdf" to iRetval

It should be possible to do this using the Shell Data Object:
http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

But I was hoping if anyone of you already had done this before.
If so, are you willing to share (or sell) the code?

Thanks.