Batista
Executive Member
- Joined
- Sep 2, 2011
- Messages
- 7,906
- Reaction score
- 266
Thanks, I see that it updates at the end but just wanted to know
how do I know I'm back in the Sync part again?
Or asked otherwise, the alldone part is that in the Worker_ProgressChange portion
where e.ProgressPercentage = 100
Just want to know where I can start changing the UI parts again.
It seems anytime I touched any control the system just stalled, so had to rewrite but luckily not a lot.
Generate a backgroundworker_finished event,not sure of the name maybe its 'done', and that notifies your main thread that its done.