C
Chris
Hello there,
Can I invoke a method on a foreign thread from within a continually running
worker thread? The method called should be executed by the foreign thread
and in the foreign thread's context!
The method is NOT associated with a certain control or Form object, it is
simply a different thread running.
In principle, it would be sufficient to send a notification to a different
thread!!!!
Please don't tell me how to invoke methods with Control.Invoke, I already
know that.;-)
Anyway, I'm very thankful if someone knew-
regards
Chris
Can I invoke a method on a foreign thread from within a continually running
worker thread? The method called should be executed by the foreign thread
and in the foreign thread's context!
The method is NOT associated with a certain control or Form object, it is
simply a different thread running.
In principle, it would be sufficient to send a notification to a different
thread!!!!
Please don't tell me how to invoke methods with Control.Invoke, I already
know that.;-)
Anyway, I'm very thankful if someone knew-
regards
Chris