D
Dave
Good morning,
I have a class that must trigger an event in a module, which will in
turn update a Label on a form. Due to being in a seperate thread,I
must use a delegate.
Now here is my question. I have managed to create a delegate on a
Form using the Invoke method. In this case though, the class is
actually created as a global variable and it's instance is created in
a module.
What is the best way to implement this delegate since I can't perform
an Invoke from a module?
Thanks for the help,
Dave
I have a class that must trigger an event in a module, which will in
turn update a Label on a form. Due to being in a seperate thread,I
must use a delegate.
Now here is my question. I have managed to create a delegate on a
Form using the Invoke method. In this case though, the class is
actually created as a global variable and it's instance is created in
a module.
What is the best way to implement this delegate since I can't perform
an Invoke from a module?
Thanks for the help,
Dave