Does anyone know how to accomplish this? I have many processes that constantly update the screen. Sometimes it's custom progress bars, sometimes it's data, it doesn't really matter.
My problem is this:
If the user switches the focus of their PC to another application while the access process is running, the screen painting stops. To the user, it seems as if the code has frozen, but it hasn't.
Is there anyway to keep the screen painting regardless of what application has the current focus?
My problem is this:
If the user switches the focus of their PC to another application while the access process is running, the screen painting stops. To the user, it seems as if the code has frozen, but it hasn't.
Is there anyway to keep the screen painting regardless of what application has the current focus?
Comment