S
Stephen Walch
I want to be able to drag objects from a third-party product to my .NET
Winforms app. If I look at the clipboard formats, there is nothing useful
except CF_LINKSOURCE, so I deduce that I need to do some OLE handshaking
(OleCreateLinkFromData, IPersistStorage, etc.). Does anyone have any
pointers as to how to do this from C# (.NET 1.1 preferred, .NET 2.0
acceptable). Thanks in advance!
Winforms app. If I look at the clipboard formats, there is nothing useful
except CF_LINKSOURCE, so I deduce that I need to do some OLE handshaking
(OleCreateLinkFromData, IPersistStorage, etc.). Does anyone have any
pointers as to how to do this from C# (.NET 1.1 preferred, .NET 2.0
acceptable). Thanks in advance!