I'm processing some data in an app with UI elements. However, when I run the app, I get a wait-cursor and no UI activity.
I think the processing must be hogging all the time and not giving the UI any time to update.
I tried putting a Sleep(0) in a strategic location, but it still does not update my UI.
I'm not sure what the problem really is. Any ideas on where I should look or what I might be missing?
I think the processing must be hogging all the time and not giving the UI any time to update.
I tried putting a Sleep(0) in a strategic location, but it still does not update my UI.
I'm not sure what the problem really is. Any ideas on where I should look or what I might be missing?