Insert Image at Cursor Position in Rich Text box

前端 未结 3 1556
-上瘾入骨i
-上瘾入骨i 2020-12-17 01:34

I know there are various questions like this but i\'m asking because i couldn\'t understand all the answers give. I have RichTextBox and i want the user to be a

3条回答
  •  天涯浪人
    2020-12-17 02:06

    You can try using the WPF RichTextBox and hosting it inside your WinForms window. You will be able to insert an image at the cursor location with WPF very easily.

提交回复
热议问题