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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top