K
KC Eric
Hi all,
If I have an UI thread, and a worker thread,
if I want to update UI,
I know that we can use BeginInvoke,
but is it correct to use this.Refresh() in worker thread to update UI?
Thanks!
KC Eric
If I have an UI thread, and a worker thread,
if I want to update UI,
I know that we can use BeginInvoke,
but is it correct to use this.Refresh() in worker thread to update UI?
Thanks!
KC Eric