Reputation: 8941
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.
Upvotes: 2
Views: 752
Reputation: 3825
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.
Upvotes: 2