Top "Backgroundworker" questions

BackgroundWorker is a helper class in .NET's System.

Background worker - report progress with string array

I need to return multiple STRING values from my backgroundworker in each loop, so I tried to use ReportProgress second …

c# .net backgroundworker
How can I make a background worker thread set to Single Thread Apartment?

I am creating an automated test running application. In this part of the application, I am working on a polling …

c# exception-handling backgroundworker clipboard sta
C# update and append textbox value using backgroundworker process

I've got a c# windows form app I threw together. It's fairly simple:\ inputs: text string source folder path destination …

c# backgroundworker
C# should I create one Background worker or many?

I am one of those accidental programmer so I don't have that much knowledge regarding programming best practice. I have …

c# backgroundworker
VB.NET Delegates and Invoke - can somebody explain these to me?

I'm new to the world of threading, but a few aspects of an app I'm working on require me to …

vb.net delegates backgroundworker invoke
Running a BackgroundWorker continuously

I need to be able to continuously run my BackgroundWorker. The DoWork event contains a pool threaded process and the …

c# multithreading winforms backgroundworker infinite-loop
"This BackgroundWorker states that it doesn't report progress." - Why?

i am new to this backgroundworker thing i have read some articles about how to create one this is what …

c# backgroundworker
Displaying a progressbar while executing an SQL Query

I want to inform the user while data is being read from an SQL database and I decided to create …

c# sql multithreading progress-bar backgroundworker
VB.NET progressbar backgroundworker

When my application starts, and it has just been upgraded, I am doing a local database update (sqlite). It is …

vb.net progress-bar backgroundworker
Can you link to a good example of using BackgroundWorker without placing it on a form as a component?

I can remember that many years ago (in 2005) I was using BackgroundWorker in my code without using a visual component …

c# .net multithreading backgroundworker