Questions tagged as 'backgroundworker'

1
answer

Timeout limit trying to send email c # windows forms

I'm trying to create an application to send "forgot password" emails but without success so far I posted here a problem where the screen was freezing and gave time to the application, I was told to use background worker, so I'm using more now ev...
asked by 16.09.2017 / 22:47
1
answer

What kind of function should I use? [closed]

I'm trying to develop an application where when the value of a bool variable changes to false it should run a script. Should I use background_work to do this? If yes, how should I use it? And if not, how should I do it?     
asked by 02.03.2018 / 00:32
1
answer

Problem when you disable 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 backgroundWorker, but the method of disable is not working. BackgroundWorker worker; public FrmPrincipal() { Initi...
asked by 06.03.2017 / 22:29