How to determine a thread UI thread
Posted
by northTiger
on Stack Overflow
See other posts from Stack Overflow
or by northTiger
Published on 2010-05-16T16:43:03Z
Indexed on
2010/05/16
16:50 UTC
Read the original article
Hit count: 190
winforms
what is the simple way to know which thread is UI thread or the thread which create a control in a WinForm app?
© Stack Overflow or respective owner