Using EM_STREAMIN to Quickly Load a RichTextBox

Loading an RTB with megabytes of text can easily freeze the control for several seconds. EM_STREAMIN allows for responsiveness almost instantaneously while the data is still being streamed into the control.

screenshot - test app comparing EM_STREAMIN method of loading a RichTextBox

BAS Module