Access windows control from Backgroundworker DoWork
问题 my issue is the following: I have a windows form in which I've placed a LayoutPanel, when the forms Loads, multiple controls like: textboxes and labels are being added to the LayoutPanel. Then on a button click, I need to process the data entered by the user on those dynamically created controls. For that purpouse I use a Backgroundworker which is supposed to take those controls and read their data. My issue es that the Backgroundworker doesn't allows me to access the control from the DoWork