How can I access values on the UI thread?
Posted
by Corey Sarnia
on Stack Overflow
See other posts from Stack Overflow
or by Corey Sarnia
Published on 2010-05-30T00:08:33Z
Indexed on
2010/05/30
0:12 UTC
Read the original article
Hit count: 172
c#
|multithreading
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?
© Stack Overflow or respective owner