Click to See Complete Forum and Search --> : Drag and Drop


anil1982
January 23rd, 2006, 07:30 AM
Hi All,

I am implementing Drag and Drop of files between my namespace extension and Windows Folders. The files that are shown in my namespace extension do not exist locally on the machine, they are a part of a database.
When a user drags a file from my namespace extension and drops it on a Windows folder, I need to send the information regarding the file that was dragged and the folder on which it was dropped to an Applet sitting on that machine. The applet will then put that download the file to the location at which it was dropped.

Can someone tell me how to find out the directory on which the file was dropped?

Thanks and Regards,
Anil

sreehari
January 23rd, 2006, 07:39 AM
check out this thread in code guru...has samples for doin Drag and Drop (http://www.codeguru.com/Cpp/controls/editctrl/article.php/c521)


to find the directory in which the file was dropped try this function OnDropFiles() check msdn for the syntax.....

hope this is wat u want
regards

ovidiucucu
January 23rd, 2006, 08:08 AM
[ Merged threads ]