R
Ryan Liu
I have an thread keep running at the backgroud, if it receive an message
from network, it will pop up an chat form and show the message in the chat
form.
Since this chat form in not pop up by main thread associated with main form,
to make this chat form visible, I use Application.Run(chatForm) to make it
work.
But seems then this will block the main application and the backend thread,
and no other message can be received.
Can someone tell me how to solve this?
Thanks a lot!
Ryan
from network, it will pop up an chat form and show the message in the chat
form.
Since this chat form in not pop up by main thread associated with main form,
to make this chat form visible, I use Application.Run(chatForm) to make it
work.
But seems then this will block the main application and the backend thread,
and no other message can be received.
Can someone tell me how to solve this?
Thanks a lot!
Ryan