hi
i need to past into a rich text box an embedded pictuer
that will be part of the rich textbox
show me the code lines
Printable View
hi
i need to past into a rich text box an embedded pictuer
that will be part of the rich textbox
show me the code lines
rtb1.OLEObjects.Add () as OLEObject
You need to set the image as an OLEObject, then tell the app. where it is, then call it with the add method. I dont know a better way to describe it, I hope this helps though!
rtb1 (the name you gave the RichTextBox)