The Control.DoDragDrop method return value will indicate the action that the
atregt took.
---------
- G Himangi, LogicNP Software
http://www.ssware.com
Shell MegaPack: Drop-In GUI Controls For Windows Explorer Like File And
Folder Browser Functionality
CryptoLicensing: Add licensing, copy-protection and activation to your
software
EZNamespaceExtensions: Fast and painless development of namespace extensions
EZShellExtensions: Rapid development of all shell extensions,explorer bars
and BHOs
---------
"Mike" <MLM450@xxxxxx> wrote in message
news:8e44d514-e8c8-46e5-912a-1a08f0415d48@xxxxxx
I want to drag drop data from one app to another. If the other app
chooses to ‘move’ the data, I need to respond by deleting it from the
source app.
I was reading about the GiveFeedBack event.
See:
http://msdn.microsoft.com/en-us/libr...efeedback.aspx
It states “If the value of DragAction is Drop, the drop effect value
is returned to the source, so the source application can perform the
appropriate operation on the source data; for example, cut the data if
the operation was a move.”
OK, that’s exactly what I want to do but what event is fired to tell
me the drop effect? Unfortunately, the documentation doesn’t say. I
don’t see any event getting fired including the DragDrop event.
Any ideas?
Thanks,
Mike