Ole Drag and Drop
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have implemented Ole Drag and Drop, and i want the item dragged to remain in the source list after it is dropped in the destination list? what should be done? Thanks
In the pdwEffect return value for your Drop Event handler, return DROPEFFECT_COPY and this will indicate to the source to make a copy of the data rather than moving the data. It is actually up to the source as to what it wants to do though.
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!