private void btnPic1_Click(object sender, EventArgs e) { Bitmap bitmap = ActiveWord.Properties.Resources.ah; Clipboard.SetImage(bitmap); richTextBox.Paste(); }
bitmap
Clipboard.SetImage(bitmap)
SelectionStart
SelectionLength
RichBox
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)