E
emma middlebrook
Hi
Needed a title like that to get you reading
Having never programmed for the Clipboard before, I expected it to
work as follows: multiple data formats can be supported by just
storing the data, keyed by the format name. After the application that
has placed a custom format into the Clipboard has closed, the data
should still be there and later, after another instance of that
application has been created, you should still be able to Paste that
data back in. But you can't!! Instead, the IDataObject reference is
put in the Clipboard meaning that the 'source' application must still
be alive. Closing it down means you lose the data. Can someone explain
to me a good reason for this? It seems extremely limiting - the data
doesn't 'need' the application - it's just data.
Emma Middlebrook
(e-mail address removed)
Needed a title like that to get you reading
Having never programmed for the Clipboard before, I expected it to
work as follows: multiple data formats can be supported by just
storing the data, keyed by the format name. After the application that
has placed a custom format into the Clipboard has closed, the data
should still be there and later, after another instance of that
application has been created, you should still be able to Paste that
data back in. But you can't!! Instead, the IDataObject reference is
put in the Clipboard meaning that the 'source' application must still
be alive. Closing it down means you lose the data. Can someone explain
to me a good reason for this? It seems extremely limiting - the data
doesn't 'need' the application - it's just data.
Emma Middlebrook
(e-mail address removed)