I have a RichTextBox and when I try to paste any image in it, I get an icon pasted instead of image itself. How can I get the image pasted in it?
I have a RichTextBox and when I try to paste any image in it,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did it sometime ago. You have to place a Key Down event in richtextbox.
Try this:
Hope this helps.