Can anyone please help. There are a lot of threading examples on the internet but they all appear to be out of date except for ones that are very simple.
I am trying to find out how to call back to the main UI window thread passing an object as a paramater
I have declared a delegate and equive method in the main UI class. I just can seem to work out how to use the invoke from the thread passing the object as a single arg/param.
Thanks