Drag and Drop
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have implemented Drag and drop from "My NameSpace Extension" (which reflects the actual data in a database server)and Desktop folders. I have handled the CF_HDROP format only in my GetData() function. Presently, it is working only from the explorer right pane. ie user cannot Drag and drop a file in one of the folders in the explorer right pane. Is there anything extra that I need to do to provide this capability? Do I need to handle some other format also?? Thanks and Regards, Anil