C
C#3y ago
Benana

❔ WFA Cross-Thread Error

Hey there so I got this error recently whilst trying to spawn in a picturebox once a timer has elapsed. Anyone know this error?
3 Replies
JakenVeina
JakenVeina3y ago
yes, that's the error that you get when you try to access a WinForms object from a thread that doesn't own it either swap to a WinForms timer, or dispatch your timer action back onto the UI thread
Accord
Accord3y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?