Question Non reponsiver user UI

ziko.mandal

New member
Joined
Jun 22, 2008
Messages
1
Programming Experience
1-3
I dont know where to put this (I am new here). So I am gonna put this here.

I was developing a database application and I have some procedure where that querys the db and puts dynamic numbers of controls inside a frame. But when working with large datasets It take considerably large amount of time to do this. So I create a new form, put a progress bar in there and increase it inside a for each loop. Simple idea, huh.

But the problem is when inside the procedure, the whole UI freezes and users can't interact with it any way. Is there any work around to this problem. I dont have much exposure working with progress bars in large operations, so if somebody has any suggestions, that would help me a lot.

Thank you for your time.
 
Back
Top