c++ - Implement IDropTarget -
I would like to drag and drop files from the windows explorer which is being created in the codeWare RAD Studio 2009. Then I would like to be able to access the data from that object which I am pulling and leaving. I believe I have to implement the ID Prutagage. Will someone please provide this example, how can I apply IDProts to achieve it?
Michael Dunn is at codeproject.com, which shows how IDropTarget
Implement and use data from inside IDataObject
which is used to store data during drag and drop operations.
Comments
Post a Comment