13 Şubat 2018 Salı

Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on.

Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on.

When you are trying to modify UI (which is belong to main thread) via another thread. That's causes the problem.

You need to Make Thread-Safe Calls to Windows Forms Controls

Hiç yorum yok: