PDA

Click to See Complete Forum and Search --> : OLE Drag and Drop


darrenl
Nov 2nd, 2000, 08:32 AM
I am trying to use OLE Drag and Drop by setting the Data object to be a collection of files that are non existent, but need to be created before the file system attempts to copy them on the drop event. Now, I have tried using the OLECompleteDrag event, but the file system attempts to copy the files before I have assembled (written) them. I presume the answer to be either a temporary lock or a custom OLE handler, Any ideas on how either of these can be implemented would be cool. :)