T
Tom Jones
I know it is a no-no to [directly] manipulate a UI control from a thread
other than the thread used to create that control.
I have a situation where my my form loads an assembly, then registeres a
callback with a component from that assembly. The component has its own
internal thread-pool. I am not sure what to do when I am called back (at
which point I am running on a thread that cannot update my UI).
Any suggestions/pointers/etc. would be appreciated.
Thanks,
Tom
other than the thread used to create that control.
I have a situation where my my form loads an assembly, then registeres a
callback with a component from that assembly. The component has its own
internal thread-pool. I am not sure what to do when I am called back (at
which point I am running on a thread that cannot update my UI).
Any suggestions/pointers/etc. would be appreciated.
Thanks,
Tom