Most voted "backgroundworker" questions
7 questions
Sort by count of
-
1
votes1
answer56
viewsProblem with Datareader together with Thread
I have a problem adding the returned data from a Select in the Datagridview. The problem actually occurs when I make use of backGroundWorker next to a ProgressBar. The specific code that performs…
-
1
votes0
answers56
viewsSending and Returning variables from a separate asyncTask in a separate java class
I am developing a program that consists of inserting variables, processing them through an Asynctask in a separate java class called backgroundWorker and returning values, according to the drawing…
-
1
votes1
answer374
viewsExceeded timeout trying to send email c# windows Forms
I’m trying to create an application to send emails of "I forgot the password" but without success so far I posted here a problem where the screen was freezing and it was time exceeded application, I…
-
0
votes1
answer164
viewsProblem disabling Backgroundworker
I am creating in my main form a Backgroundworker object and I have two click events, one to activate and the other to disable the backgroundWorker, but the method to disable is not working.…
-
0
votes1
answer87
viewsWhat kind of function should I use?
I’m trying to develop an application where when the value of a bool variable changes to false it must run a script. Should I use background_work to do this? If so, how should I use it? And if not,…
-
0
votes1
answer44
viewsOperationcompleted had already been called in the operation and other calls are illegal. Background Worker
I’m developing an application where I came across a mistake I’ve been consulting, but I couldn’t understand exactly how to fix it. In short: I created a form that opens as Dialog and gives me the…
-
-1
votes1
answer38
viewsThread problem in Backgroundworker
I’m learning how to use Backgroundworker now and I’m having this problem to access the information of some chekbox on Mainwindow, I’ve been researching about Dispatcher but I can’t quite understand…