Question Backgroundworker stops after minimize form!

psychoverm

New member
Joined
May 30, 2012
Messages
1
Programming Experience
1-3
Hi programmers,

When I run my application (form), it works perfectly with backgroundworker. The progressbar works good.
But when I minimize my form and re-open it. The progressbar stops and my application go directly to the
"backgroundworker_RunWorkerCompleted" method.

Please help!

PS. Sorry for my english
 
We'd need to know more specific details. Are you saying that the code in the DoWork event handler is not being executed correctly or just that the ProgressBar is not being updated correctly? They are two very different things.
 
Back
Top