views:

73

answers:

1

HI,

I want to implement Drag and Drop without using Context Menu using Shell extension in C++ Currently I am refering to Shell extension article: http://www.codeproject.com/KB/shell/shellextguide6.aspx

But this article in turn is using Cookies and all .. I am not able to understand that. My requirement is just when I want to drag and drop files(FTP Scenario) Any help or code snippet... Thanks.

+2  A: 

I think this OLE Drag and Drop article is pretty good for beginners. Also a good source is Drag and Drop How-to Topics on MSDN. Good luck.

AOI Karasu