Drag and Drop
-
Hi all, I am implementing Drag and Drop between windows folders and my namespace extension.Most of it works fine... I can Drag and Drop between 2 explorer windows, explorer window and desktop etc... but when I try Drag a file from Windows folder from the explorer right pane and try to drop it in the explorer left pane on one of the folders under my namespace extenaion icon, I get the Drag not allowed cursor. If I try to drop it on the namespace extension icon it works fine. Can anyone tell me what could be going wrong here? Thanks and Regards, Anil
-
Hi all, I am implementing Drag and Drop between windows folders and my namespace extension.Most of it works fine... I can Drag and Drop between 2 explorer windows, explorer window and desktop etc... but when I try Drag a file from Windows folder from the explorer right pane and try to drop it in the explorer left pane on one of the folders under my namespace extenaion icon, I get the Drag not allowed cursor. If I try to drop it on the namespace extension icon it works fine. Can anyone tell me what could be going wrong here? Thanks and Regards, Anil
Have you called DragAcceptFiles for the recipient window? :)