Quantcast
Channel: WPF thread and progressbar
Viewing all articles
Browse latest Browse all 2

WPF thread and progressbar

$
0
0

Hi The original Stinger,

When you want to update your UI and when the thread it busy, you could use Dispatcher and Invoke the Change as you want,

 prog.Dispatcher.BeginInvoke(new Action (() =>
                {
                    ...
                }));

Best regards,


Sheldon _Xiao[MSFT]
MSDN Community Support | Feedback to us
Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>