I've written a program which launches about 300 threads (40 at a time).
The loop that launches the threads includes
"update idleevents"
My main form should display the number of threads running, and the number that have already completed.
If I just sit and watch this, it works.
But if I...