richTextBox's content Manipulation question
Is it possible to manipulate a richTextBox's content without selecting the text to be changed ?
Or is there something like BeginUpdate(), EndUpdate() we find for ListBox ?
What I want is to avoid richTextBox flickering.
(For VB we have the LockWindowUpdate that works with richTextBox)