R
Rafael Pivato
My class launches a thread to stay listenning for a event (a serial comm
event).
When I raise the my .Net event, the handler will be running in the context
of this new thread.
In a Windows Forms application, how can I force it to run at the "main"
thread ?
event).
When I raise the my .Net event, the handler will be running in the context
of this new thread.
In a Windows Forms application, how can I force it to run at the "main"
thread ?