Hi NG,
I would like to drag items from my own ListView-Control to the Windows
Explorer.
Those items are remote files which are *not* locally present.
I know drag&drop to the Explorer works fine if the files are locally present
and the data part of the DoDragDrop operation contains an array of all files
to be copied:
data.SetData(DataFormats.FileDrop, new string[] {@"C:\test01.txt"});
To prevent my application as well as the Explorer from being blocked, while
x MB are being downloaded, I guess there must be some other way to deliver
files to the Explorer (e.g. via named pipes or directly via IO-Stream).
Does anyone has any ideas?
Thx in advance!
Michael
_________________________________________________
Technology Consulting
Software and Web Development
Client/Server Technologies
http://www.ConsultingServiceSolutions.com