How to enable Drag and Drop for tree view
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to enable drag and drop for tree view. I used DragAcceptFile(TRUE) in the tree view and that worked fine for explorer folder. My other requirement is the drag and drop should also work for email attachments say for outlook or gmail account. To clarify I want to drag an attachement from an email to a node in the treeview. Unfortunately when I am trying to do this it is not enabling and no message is being fired. can anybody help me please?