VB.Net Winform Application based on BackgroundWorker Thread concept - UI update issue
问题 Team, I have build a VB.Net windows application which does uploads data into database and basically updates two controls: 1. A textbox which is constantly updated with one line per database record upload. 2. A label which keeps track of the count of database record uploaded. I have used BackgroundWorker thread concept, where the thread's bgwWorker_DoWork() method contains the business logic for upload and bgwWorker_ProgressChanged() updates the 2 UI controls based on uploads. But the issue I