MKM
Trying to get started with threads but UI thread giving cross thread exceptions?
I have a thread that runs infinitely and what i believe is happening is that the new thread means events run on it leading to cross threading exceptions but i dont understand why that thread cant run in the background and events stay running on the main ui thread?
This is the test i am using for my new thread
and my throttle event handler is giving me threading exceptions but its on the main ui thread right?
34 replies