RE: Implement a link source (or at least part of one) by v-terryf
v-terryf
Wed Feb 08 22:39:36 CST 2006
Hi Stephen,
I just wanted to check how things are going and whether Michael's
suggestion is useful for you. If there is any question, please feel free to
join the community and we are here to support you at your convenience.
Thanks for your understanding!
Best Regards,
Terry Fei[MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
>From: "Stephen Walch" <swalch@online.nospam>
>Subject: Implement a link source (or at least part of one)
>Date: Fri, 3 Feb 2006 09:54:34 -0500
>Lines: 8
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
>X-RFC2646: Format=Flowed; Original
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>Message-ID: <OTklAHNKGHA.216@TK2MSFTNGP15.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.windowsforms
>NNTP-Posting-Host: 69-164-66-20.lndnnh.adelphia.net 69.164.66.20
>Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.windowsforms:93822
>X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
>
>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!
>
>
>