1
Answer

richTextBox's content Manipulation question

Photo of itsme

itsme

20y
2.2k
1
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)

Answers (1)