hojtsy Messages: 241 Registered: January 2006 Location: Budapest, Hungary
Experienced Member
I created a small example multithreaded application. You can add numbers to a list, triggering a new thread which counts the number of divisors, and updates the table when it is finished. Even though a slow implementation was choosen you still need to use large numbers to be able see the multithreading in action. The example uses Thread and PostCallback. As no example is present for these features, maybe my application, or a modified version could be added to the examples or reference directory.