Questions tagged as 'backgroundworker'

1
answer

How to use BackGroundWorker in C #

I have a query. I would like to use the backgroundworker in my application, but I have no idea how to do it. My application takes a long time to perform certain validations, while this is done, it is frozen. The idea I have is to place a CANCEL...
asked by 24.11.2018 / 15:53
1
answer

Update UI inside backgroundworker in endless thread with C # and WinForms

I have an application made in Windows forms that is responsible for searching infinitely in a database for tasks to perform. When I execute the code inside the Constructor of the form, it works but at moments it stops when launching new threa...
asked by 05.07.2018 / 17:17
0
answers

backgroundworker c #

Regards , I hope you can help me, I am a student and I take your help please. I have asked another question but I do not have much action. Interruption Mode Work with C #. I have in my MySQL database a table that contains several tho...
asked by 14.11.2018 / 17:29
0
answers

Help, I can not do the following, show a waiting form while executing a process that contains another form, using backgroundworker

I wanted to see if they could help me I have tried several options but I still can not solve it, the problem is as follows. I have a% main form1 that is a mdi , in a bar it is a button that makes the call to another form2 and ad...
asked by 01.12.2018 / 17:13
1
answer

Use firebase job dispatcher or PowerManager wakelock

I have a mobile application in which I get the location every 5 minutes, at the moment I am using PowerManager wakelock and it works well when I lock the computer, but when I close the application it stops working, what I need is for the applica...
asked by 25.09.2018 / 19:16
1
answer

Running a Python script from PHP without waiting for an answer

My problem is that I have a WEB page that I must integrate to a Bot in python for each user and make a call to the python bot and that it stays running on the server even when the user has disconnected. I tried to do it with the shell_exec fu...
asked by 04.09.2018 / 00:16