Invisible updates in a RichTextBox
If, for example you are extending the RichTextBox class in order to create a text editor, you might want to change the colour of certain words in a line. However, in order to do this you need to “Select” the text you want to change, which results in the control...
[Read More]