copy text and images from DataGridView to Clipboard (for Word)?

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Hi!

I want to fill the clipboard programmatically in oder to manual copy the
data to word.
The data consists of cells of a grid which contains text or images.
Using the standard copy/paste of the dataGridView only the text-cells
are copied and pasted in word,
the image-cells are empty.
How can I build an IDataObject that can contain text and images like it
is possible when copy from word to word?

Thanks for any hints or links.
 
Back
Top