Label从另一个线程更新a的最简单方法是什么?
Label
我有一Form对thread1,并从我开始另一个线程(thread2).虽然thread2在处理一些文件,我想更新Label在Form用的当前状态thread2的工作.
Form
thread1
thread2
我怎样才能做到这一点?
.net c# user-interface multithreading winforms
.net ×1
c# ×1
multithreading ×1
user-interface ×1
winforms ×1