Insert Image in richTextBoxControl
Posted
by Rahat
on Stack Overflow
See other posts from Stack Overflow
or by Rahat
Published on 2010-05-10T15:25:09Z
Indexed on
2010/05/10
15:34 UTC
Read the original article
Hit count: 230
c#
What is the best way to insert an image programatically into the RichTextBox control in C# Winforms? If the method is using Clipboard then what is the optimized way to keep the Clipboard original data (i.e. the data state before placing my image on the Clipboard) available to be replaced after my temporary usage of Clipboard for inseting my image in Rich Text Box Control.
© Stack Overflow or respective owner