captainPlus
Programmer
Hi,
I'm using BackgroundWorker component for a time-consuming operation. Everything works fine, and the job is done correctly. But my problem is, BackgroundWorker component's RunWorkerCompleted event is fired several times.
When I use BackgroundWorker component for the first time, it only fires one time, this is ok. But when I run it a second time, it fires RunWorkerCompleted event two times. And three times on third run, and so on...
What am I doing wrong? Any help will be really great..
Thanks...
@
I'm using BackgroundWorker component for a time-consuming operation. Everything works fine, and the job is done correctly. But my problem is, BackgroundWorker component's RunWorkerCompleted event is fired several times.
When I use BackgroundWorker component for the first time, it only fires one time, this is ok. But when I run it a second time, it fires RunWorkerCompleted event two times. And three times on third run, and so on...
What am I doing wrong? Any help will be really great..
Thanks...
@