K
kelvin.koogan
I am writing a bus monitor / protocol analyzer using VS 2005 C++/CLI.
Currently I am using a RichTextBox to display the messages. I am
adding each message with AppendText. This seems to be very slow; the
RichTextBox cannot keep up with the speed at which the messages come
in.
Is there a faster way to append new strings to the RichTextBox?
Alternatively is there a better control to use? The ListView seems to
update a little quicker but does not scroll as smoothly as the
messages are added.
TIA,
KK
Currently I am using a RichTextBox to display the messages. I am
adding each message with AppendText. This seems to be very slow; the
RichTextBox cannot keep up with the speed at which the messages come
in.
Is there a faster way to append new strings to the RichTextBox?
Alternatively is there a better control to use? The ListView seems to
update a little quicker but does not scroll as smoothly as the
messages are added.
TIA,
KK