Control.Invoke

Hi,
I have a program with the following elements: dialog that is showing some status information and a thread that is doing the work. I want to update the status dialog form the workers thread. I have an event in the workers thread class which i'm implemented in the dialog's class. In this method i'm using Form.Invoke to execute a method that updates the dialog. At this point ( Form.Invoke() the program hangs.
Any suggestions



Answer this question

Control.Invoke