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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.