drag and drop
-
Hi All, I want to add a contextual menu item when the user drag and drop any folder or file using right mouse button from local folder to a shared web folder or vice a versa.how can i achieve this and which interface i have to implement and where in registry i have to register it.using icontextmenu and ishellextinit interface and registering them for HKCR\Folder\shellex\dragdrophandlers and HKCR\Directory\shellex\dragdrophandlers works for local folders and network share folder but it does not work for shared web folder which generally comes under my network places .i also tried registering it under HKCR\Network\shellex , although there is no dragdrophandlers key is beneath it so i created one and under it i registered my shell extension and also tried by registering my shell extension under HKCR\Network\shellex directly.can anybody tell me how to do this.Thanks in Advance. Rakesh