PC Review


Reply
Thread Tools Rate Thread

User defined Clipboard objects in other applications

 
 
Christian Nein
Guest
Posts: n/a
 
      6th Sep 2005
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


 
Reply With Quote
 
 
 
 
Oliver Sturm
Guest
Posts: n/a
 
      6th Sep 2005
Christian Nein wrote:

>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?


No, you have to make your data available using specific formats that these
applications are interested in. A normal text format will be evaluated by
many other applications (and may be sufficient for Notepad) and there are
other catch-all formats (HTML based formats come to mind), but to send
data into Word or Excel, other more complicated formats are needed. It
really depends on the exact kind of data you have and how it can be
transferred usefully into the target application - and some internal
formats used by Office apps may also be undocumented.


Oliver Sturm
--
Expert programming and consulting services available
See http://www.sturmnet.org (try /blog as well)

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
responding to user defined message from other applications Lonewolf Microsoft C# .NET 1 17th Jan 2006 10:28 AM
User Defined Objects in VBA? McManCSU Microsoft Excel Programming 3 29th Jul 2005 08:50 PM
Questions about copying collections of user-defined objects to the clipboard Keith Microsoft Dot NET Framework 0 21st Apr 2005 02:48 AM
User defined Object in Clipboard Rob T Microsoft Dot NET Framework 5 26th Feb 2005 03:28 PM
User defined Object in Clipboard Rob T Microsoft VB .NET 5 26th Feb 2005 03:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:52 PM.