I have old WinForms
application with DragDrop functionality (without any source code). Now I need to create new WPF application which can receive some data from old one with DragDrop. But DragDrop isn't working in WPF app and any events: DragEnter
, DragOver
, DragLeave
, Drop
doesn't fire. I've created other simple WinForms application only with DragDrop functionality and it's working OK. Also, I can do DragDrop from this simple WinForms app to WPF app.
I've tried to run my apps "As Administrator" and without this - nothing changed.
Does anybody know, how to fix this or what is root cause or can be the root cause of such strange behavior?