Progressbar won't update with backgroundworker?

Seems strange the you're able to assign a value to the a UI control from another thread without getting any exception. Or that is, may be, a real issue. Like a first thing I would do, if the code of ProgressChanged is inside (say) WindowsForm class, write like this.

The background worker is dorking around on a new thread, therefore, calling anything back to the original form and its controls (or original thread) will require some delegation to accomplish what you desire. I have several code examples that I can share but they would take up far too much space here on this site. As a quick assistance, try some of this information from this site.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions