Click here to Skip to main content
15,867,308 members
Articles / Programming Languages / XML

Asynchronous Event-driven Controls Update in Winforms

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
14 Oct 2020Public Domain4 min read 8.1K   205   6  
Updating controls with a background worker with event-driven trigger
Updating controls, while performing blocking operations, can be tricky in Winforms. In the example below, we’ll show how to update TX-RX virtual LEDs pictureboxes, and at the same time, perform serial communication.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions