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.