Regarding BackGround Worker
Hi,
Iam using background worker.In backgroundworker _dowork event iam calling a method.In this method iam running seven threads.My UI is getting strucked.
Please Help Me.
Thank You
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Serban CosminPosted Sep 27, 2009, 2:04 AM
jingePosted Sep 26, 2009, 7:12 PM
Master BillaPosted Sep 26, 2009, 11:36 AM
Do_work event not support to update the GUI, you can use the Progress_Changed Event to upate GUI
Here is sample for this
http://dotnetperls.com/backgroundworker
thank you