Threading & Cross Threading in C#.NET, How do I change ComboBox Data from another Thread?

后端 未结 3 616
被撕碎了的回忆
被撕碎了的回忆 2020-12-20 05:20

I need to use threading in my app, but I don\'t know how to perform a cross threading operation.

I want to be able to change the text of a form object (in this cas

3条回答
  •  粉色の甜心
    2020-12-20 05:41

    Take a look at this What is the best way to update form controls from a worker thread? - it should resolve your issue.

提交回复
热议问题