Cross-thread operation not valid: Control accessed from a thread other than the thread it was created on
As per Prerak K’s update comment (since deleted): I guess I have not presented the question properly. Situation is this: I want to load data into a global variable based on the value of a control. I don’t want to change the value of a control from the child thread. I’m not going to do it ever … Read more