G
Guest
My app has to temporarily use the clipboard - and while doing so, it would
delete any existing data which the user has copied (possibly from other
applications).
What I want to do is temporarily store (if to file then by serializing) the
clipboard data, use the clipboard, and the restore the clipboard with the
temp data.
The question is: apps like Word store up to 16 different formats at once on
the clipboard - how do I deal with that? If it was just text, image, audio, I
could store it appropriately, but how to store custom data formats?
Any help would be greatly appreciated.
Thanks,
Dax
delete any existing data which the user has copied (possibly from other
applications).
What I want to do is temporarily store (if to file then by serializing) the
clipboard data, use the clipboard, and the restore the clipboard with the
temp data.
The question is: apps like Word store up to 16 different formats at once on
the clipboard - how do I deal with that? If it was just text, image, audio, I
could store it appropriately, but how to store custom data formats?
Any help would be greatly appreciated.
Thanks,
Dax