如何允许用户将三张图片垂直粘贴到 aRichTextBox
中并将文本换行如下所示?
我该怎么做?我找不到任何解决方案。
看看这个链接:
http://www.codeproject.com/Articles/4544/Insert-Plain-Text-and-Images-into-RichTextBox-at-R
和我找到的代码
Clipboard.SetImage(Image.FromFile("full_path_of_image_here");
richTextBox1.Paste();
参考:http ://www.c-sharpcorner.com/blogs/3496/insert-image-in-richtextbox.aspx