I need to create a simple editor using a RichTextBox control in a windows forms application that includes the ability to create tables.
Is it possible to create a table in a RichTextBox control?
If so, any pointers on the best way to do this would be appreciated.