Insert image In richtextbox
Code snippet:
Clipboard.SetImage(Image.FromFile("full_path_of_image_here");
richTextBox1.Paste();
you can store image in clipboard and paste in richtextbox.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Insert image In richtextbox
Code snippet:
Clipboard.SetImage(Image.FromFile("full_path_of_image_here");
richTextBox1.Paste();
you can store image in clipboard and paste in richtextbox.
Krishan GahlotPosted Oct 12, 2012, 6:03 AM
Goto this link a step by step guide to change emotion symbols to corresponding images in RichTextBox c# without interop csharpdemos.blogspot.in/2012/10/how-to-insert-smiley-images-in.html