Hi,
I am storing userdefined objects in the clipboard and I want them to be
available for external applications (Notepad, Excel, Word, ...) How does my
userdefined object have to look like to be usable in other applications? Do
I have to implement a special named method or something like that?
Best regards
Christian
Mattias Sjögren - 09 Sep 2005 20:11 GMT
Christian,
>I am storing userdefined objects in the clipboard and I want them to be
>available for external applications (Notepad, Excel, Word, ...) How does my
>userdefined object have to look like to be usable in other applications?
In what way do you want the objects to be usable in the apps? Notepad,
AFAIK, only deals with text. If all you want to do is place a string
representation of the object's state on the clipboard that's pretty
easy.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.