I have a progress bar in a form it starts fine but if I switch to another application and return to my vb program the progress is stoped but the program is still running.
Is there something to keep the progress bar moving?
Make sure you either refresh the bar or have doevents every once when you're doing your processing. Otherwise, if you're program is compute-bound, it won't update the form.
"I think we're all Bozos on this bus!" - Firesign Theatre
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.