Hello,
I need to programatically 'save' the content of the clipboard (if not
empty) somewhere safe, and then 'write' it back, without knowing in
advance the content format.
I think oleGetClipboard/oleSetClipboard/oleDuplicateData and a bit of
IDataObject is what I'm looking for.
Does anybody understand how these things have to be handled ? I didn't
find any code sample, and I'm sorry, but I don't clearly understand
their usage reading the related MSDN pages.
Any other solution is welcomed as well, as long as it copes with any
content format.
thank you,
Philippe.
Archived from group: microsoft>public>vb>ole