I need to create a simple editor using the RichTextBox control in a Windows forms application, which includes the ability to create tables.
Is it possible to create a table in a RichTextBox control?
If so, then any pointers to the best way to do this will be appreciated.
Johnc source
share