Threading best methods

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tkirkwood1
    New Member
    • Jun 2013
    • 1

    Threading best methods

    What is the best method to Marshall
    data from one thread to another for
    data displayed in a user form UDP data passed in a different thread.
    If the input is a user clicking a button to update the data
    for each update.

    Here is the example:
    the user clicks a button the data is updated in the UDP thread
    the data is collected and marshaled to the UI form displayed in a label as text rinse and repeat for each user click of the third party UI.
Working...