G
Guest
Please, help.
Is there a PostThreadMessage equiavalent functionality in .NET framework?
I have messages coming from a COM server and they are being delivered in
different threads. I would like to receive these messages in one thread,
thus synchronize them. I don't want to use form's Invoke method, but
something similar, thread-related.
Thanks for any suggestions.
VR
Is there a PostThreadMessage equiavalent functionality in .NET framework?
I have messages coming from a COM server and they are being delivered in
different threads. I would like to receive these messages in one thread,
thus synchronize them. I don't want to use form's Invoke method, but
something similar, thread-related.
Thanks for any suggestions.
VR