How can I access values on the UI thread?
- by Corey Sarnia
I have no issues invoking actions on UI controls through BeginInvoke and such, however, that's a void method. I need to get a value from a textbox for use in a different thread.
How can I accomplish this?