Customers are asking more and more to be able to drag documents and emails from Outlook to PxPlus.
It seems PxPlus currently only supports the CF_HDROP format.
I think the CFSTR_FILECONTENTS and the CFSTR_FILEDESCRIPTOR should be supported to address this.
(The CF_HDROP contains the paths of the files to be dropped, the other two the complete contents + description of the files.)
See also:
https://www.codeproject.com/articles/15576/how-to-drag-a-virtual-file-from-your-app-into-wind
https://superuser.com/questions/441747/dragging-attachments-from-outlook-into-applications
Best regards,
|)
|\ene'
It seems PxPlus currently only supports the CF_HDROP format.
I think the CFSTR_FILECONTENTS and the CFSTR_FILEDESCRIPTOR should be supported to address this.
(The CF_HDROP contains the paths of the files to be dropped, the other two the complete contents + description of the files.)
See also:
https://www.codeproject.com/articles/15576/how-to-drag-a-virtual-file-from-your-app-into-wind
https://superuser.com/questions/441747/dragging-attachments-from-outlook-into-applications
Best regards,
|)
|\ene'