progress bar
how to use a progress bar for deleting data from tables in windows application
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.
Akkiraju IvaturiPosted Sep 17, 2012, 1:18 PM
Find the attached solution. We are using Backgroundworker component for updating the progress of the progress bar.
Backgroundworker is a component that helps in running a process in another thread and it has got events that updates the status to the main thread. If you would like to know more about it search "Backgroundworker" in search box of C# corner.
Let me know if you have any questions