Insert image In richtextbox
By Super Man
learn how to insert image in richtextbox.
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.
Insert image In richtextbox (1313 Views)