Hi,
Does anyone have a fix for the issue with RichTextBox and Tables
I.e.
Table looks like this in .rtf file
Attachment 146805
But looks like this when load in RTF box
Attachment 146807
I am using the normal method to load the file
ThanksCode:RichTextBox1.LoadFile("c:\Test\Example.rtf")
