Gong Drag and Drop between two applications

I am trying to drag between two instances of the same application using GongSolutions.Wpf.DragDrop.

When I go down on top of the second application, I get an error message

An exception of type 'System.Runtime.InteropServices.COMException' occurred in PresentationCore.dll but was not handled in user code Invalid tymed (Exception from HRESULT: 0x80040069 (DV_E_TYMED)) 

The data form that I get from the object is "GongSolutions.Wpf.DragDrop".

Any help is much appreciated!

+7
wpf drag-and-drop
source share
1 answer

I know that this is not a solution to your problem, but I had a problem with GongSolutions.Wpf.DragDrop, and I was able to solve it by contacting the developer directly:

In this way, punker76 can easily find and solve a problem and / or help you with your problem.

0
source share

All Articles