Hi,
I looked at the documentation article:
http://www.telerik.com/help/winforms/richtextbox-features-document-elements-tables.html
to get started.
I am battling to place an image into a cell.
To insert an image into the richtextbox is used:
Now if I want to insert an image and text into a picture in a table as follows I am battling:
It should look something like the attachment
Any help would be welcome.
I looked at the documentation article:
http://www.telerik.com/help/winforms/richtextbox-features-document-elements-tables.html
to get started.
I am battling to place an image into a cell.
To insert an image into the richtextbox is used:
Dim
i1
As
New
Bitmap(fullfilepathtopicture)
'where fullfilepathtopicture is already a string of the full path and filename
Me
.RadRichTextBox1.InsertImage(i1)
Now if I want to insert an image and text into a picture in a table as follows I am battling:
It should look something like the attachment
Any help would be welcome.