Previous Thread

7/18/2006 2:22:40 AM    Help with Dragging files from WebDAV
Hello friends, 
 
I am developing a Drag and Drop Activex control using ATL. It has to 
 
accept files from WebDAV. 
 
As far as I understood, the format for transferring files to WebDAV is 
 
CF_HDROP. 
 
However, I am unable to find out what is the data format when files are 
 
dropped from WebDAV to my control. 
 
I tried CF_HDROP, CFSTR_INETURL, CF_TEXT and so on. However, these are 
 
not the formats presented by WebDAV during a drag operation. 
 
Does anyone have any idea as to what is the data format when files are 
 
dragged from WebDAV? 
 
Incidentally, files can be dropped from WebDAV to Windows Explorer. 
 
However, the data format could not be found. 
 
Any help will be greatly appreciated. 
 
Thanks and Regards, 
 
SS2905