Hi,

I am working in a visual c++ voice chat application (dialog based application). I am using the CAsychsocket Class for the TCP/IP connection. i have a full duplex sound card but i cann't send and receive at the same time. If i send from one PC to anther i received the voice well but the application is hanging so that i can just send in one direction. I need a simple code example to till me how to make the sending and receiving in different threads. I read a lot of articles in that issue but i cann't understand. Could you please help me.

Thank you very much.