Hey Cor,
OK. There seems to be some confusion regarding what I am looking for.
I know & understand how to get the data from the clipboard.
For example, if I have a bitmap representing an Excel chart, I can check for
the bitmap dataformat and then insert the object accordingly.
However, inserting the object does not insert its source reference.
COM components communicate this information, though and if one goes to MS
Word after putting an Excel chart on the clipboard and then uses the "Edit >
Paste Special" dialog, one will see the source reference represented.
This source reference is obtainable via the Win32 API.
Is there a way to access this material in .Net without the use of the Win32
API?
Thanks & Regards,
Todd
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi TC,
I need assistance with the very specific task of retrieving source file
information from the clipboard and whether or not this is possible
WITHOUT the Win32 API under the .Net platform.
That is on the first link I sended, the second is useless for you I see
now.
When you start with that get clipboard data you can come on pages like
this one
http://msdn.microsoft.com/library/de...bjectTopic.asp
Cor