J
Joe Thompson
Hi,
I have a C# windows form application (.NET 2.0) that reads data over the
serial port and displays the data via textboxes. I get a message 50
times/second. I know I can't update the screen that fast but I would like to
update the data maybe twice a second. Currently, I have about 20 textboxes
that get updated at once. This seems to be a pretty slow process.
I'm looking for suggestions. What is the best way to update the .text
fields of the textboxes so that it happens as fast as possible? Are there
better components to use (such as labels)? Any other alternatives?
Thank you,
Joe
I have a C# windows form application (.NET 2.0) that reads data over the
serial port and displays the data via textboxes. I get a message 50
times/second. I know I can't update the screen that fast but I would like to
update the data maybe twice a second. Currently, I have about 20 textboxes
that get updated at once. This seems to be a pretty slow process.
I'm looking for suggestions. What is the best way to update the .text
fields of the textboxes so that it happens as fast as possible? Are there
better components to use (such as labels)? Any other alternatives?
Thank you,
Joe