Hi

I have been struggling to get a toolbar to update its progress information from an event raised ina parallel for loop. I have tried using delegates to get it to work but it just hangs after about the iteration.

The code that replicates the problem is below. It s just a windows form with a toolstrip and a toolstripprogre ssbar with a button to start the test.

I am relativly new to multi threading...