Posts by EsGod • 1 point
1 post
-
0
votes2
answers40
viewsA: Error "The call thread cannot access this object because it belongs to a different thread."
By default the system interface whether Winforms or Wpf runs on a thread itself then access visual elements of another thread started by something like Task.Factory.StartNew(() => {Metodo()}); It…