Saturday, January 8, 2011

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.

No comments:

Post a Comment