R
Robin Tucker
Apologies for the ambiguous title, you will be expecting me to be asking how
to perform drag and drop from my application into another application.
Well, kind-of. I've got drag and drop sorted, apart from one thing. I'm
dragging and dropping items from my treeview and listview which represent
database "Images" (blobs). Now, I don't store the blob in the tree, I fetch
it when I need it. This is a problem for drag and drop, because, for
example, I want the user to be able to drag and drop some nodes into
explorer and for my application then to extract the data blobs from the
database and save them as files. Is this possible?
to perform drag and drop from my application into another application.
Well, kind-of. I've got drag and drop sorted, apart from one thing. I'm
dragging and dropping items from my treeview and listview which represent
database "Images" (blobs). Now, I don't store the blob in the tree, I fetch
it when I need it. This is a problem for drag and drop, because, for
example, I want the user to be able to drag and drop some nodes into
explorer and for my application then to extract the data blobs from the
database and save them as files. Is this possible?