Ole drag & drop
-
I want to implement dragging/droping of zip archive or ftp site entries to Windows Explorer and vice versa. What clipboard format should I use? Does anyone knows some good sample regarding this ? Thanks in advance.:cool: Miroslav Rajcic http://www.spacetide.com
-
I want to implement dragging/droping of zip archive or ftp site entries to Windows Explorer and vice versa. What clipboard format should I use? Does anyone knows some good sample regarding this ? Thanks in advance.:cool: Miroslav Rajcic http://www.spacetide.com
Look up HDROP in MSDN.
-
Look up HDROP in MSDN.
I already implemented classical drag and drop with real files (using HDROP, ShellIDArray and FileName clipboard formats). What I would like to know, is how to "serve" some virtual files (such as zip file entries) as drop source. How can I suport dragging from zip list or ftp list to explorer? These paths are not valid local paths so they cannot be exported using HDROP format. I noticed that Windows Explorer uses some other formats, but it is hard to find any data on them, especially code samples.:( Should I write shell namespace extension component ? Miroslav Rajcic http://www.spacetide.com