Not responding

Pirahnaplant

Well-known member
Joined
Mar 29, 2009
Messages
75
Programming Experience
3-5
Whenever my application goes into a very long loop, the form stops responding. How can I stop this?
 
Do work in a worker thread, not in UI thread. Try for example the BackgroundWorker component you'll find in Toolbox.
 
Back
Top