Tagged Questions
The idataobject tag has no wiki summary.
3
votes
2answers
2k views
How to perform a deep copy of an object not marked as serializable (in C#)?
I am attempting to create a Clipboard stack in C#. Clipboard data is stored in System.Windows.Forms.DataObject objects. I wanted to store each clipboard entry (IDataObject) directly in a Generic ...
2
votes
1answer
46 views
File/Folder right-click 'Copy' action, how does it copy to clipboard?
I'm making an app that has some functionality of windows explorer. Actually I have to make a copy/paste actions. My question is what does windows copy to clipboard, when I'm right-clicking the file ...
1
vote
1answer
761 views
How can I create a IDataObject instance with Delphi?
This C++ code shows how OLE can be used to simulate a file drag and drop to simulate a 'Send to...' operation. This will open the standard mail client with the selected file(s) as an attachment, a ...
0
votes
1answer
126 views
Office clipboard takes time to show changes
I am facing a very weird problem in Excel. I have overridden the CTRL+C and CTRL+V keys and on copy, I put my custom DataObject on the clipboard that contains both the Excel formats and my custom ...