Re: drag drop question
Seems like the target application would get control as soon as the files are dropped which would leave my application no time to transfer the files.
You have to do the download from within IDropSource.QueryContinueDrag(..., DRAGDROP_S_DROP).