Hi,

Does anyone have a fix for the issue with RichTextBox and Tables

I.e.

Table looks like this in .rtf file

Name:  Capture1.jpg
Views: 344
Size:  10.6 KB

But looks like this when load in RTF box

Name:  Capture2.jpg
Views: 419
Size:  6.8 KB

I am using the normal method to load the file

Code:
 RichTextBox1.LoadFile("c:\Test\Example.rtf")
Thanks