Does anyone have a link to a learning resource for using Invoke?
I'm trying to learn but all the examples I have seen I have been unable to adapt for my purposes.
Does anyone have a link to a learning resource for using Invoke?
I'm trying to learn but all the examples I have seen I have been unable to adapt for my purposes.
Did you try MSDN Control.Invoke
I just wrote a little WinForm application to demonstrate Control.Invoke. When the form is created, Start some work on background thread. After that work is done, Update the status in a label.