Hi,
I;m using drag and drop in my application to let the user drag a file from the explorer into a window. And then import the file and attach it to a customer. Works great, I'm able to drag a copy of an ID-card for instance of an employee and save it in the database.
But when dragging an attachement directly from an Outlook message it does not work. I did some searching and it turns out that in this case the 'dragged object' is not a file, but some internal Microsoft object, not recognized by the WD framework.
Anyone has some info about this or a solution to catch these kind of objects?
I;m using drag and drop in my application to let the user drag a file from the explorer into a window. And then import the file and attach it to a customer. Works great, I'm able to drag a copy of an ID-card for instance of an employee and save it in the database.
But when dragging an attachement directly from an Outlook message it does not work. I did some searching and it turns out that in this case the 'dragged object' is not a file, but some internal Microsoft object, not recognized by the WD framework.
Anyone has some info about this or a solution to catch these kind of objects?