Hi!
I want to run multiple threads at the same time, and each thread has foreach loop accessing a listbox, so each thread checks every item in listbox, instead that each thread checks only one item, or skip an item if it has already been checked by other thread.
Now, i would like to syncronize them so each thread checks only one item, which has not been checked by any other thread previously
Thanks for any help in advance!