> I create a server socket in a work thread, and then send broadcast message
> in the main thread after server socket waiting connection. As a result,
> sending message is blocked.
>
> I try redoing it in PC(win2k). It works perfectly. Then, I replace
> SendMessage with PostMessage, but no problem.
>
> Thanks for any help!
>
> BTW: partial test source code in attachment.
>
>
>
>
Thanks for your help in anyway!