Can someone give me a simple example of how to write text in a RichTextBox? I've looked online for some sample code without finding much help.
The only thing that I found was that I would have to declare a RichTextBox variable:
//Using C++
RichTextBox richbox = gcnew RichTextBox;
However, this doesn't work at all.