PDA

Click to See Complete Forum and Search --> : To make ICQ/AOL messenger


sausho
Feb 16th, 2001, 06:48 AM
I need to develop a chat instant messanger such as ICQ/AOL messenger, which can support heavy chatters traffic. Please let me know how I can proceed, and which techniques would be the best and most effecient.

thanx.

Darkangel
Feb 16th, 2001, 10:24 AM
hey you can make your chat creating a loop in the winsock control creating a control array

luck you

sausho
Feb 17th, 2001, 03:01 AM
Thanx, but i did that and its working. but, i need something more effecient, able to hold professsional loads of traffic.
Also, when I send all the connected clients a text from the winsock server, i need to give a msgbox, before the server actually sends to all clients. Otherwie, the server sends the data only to the last connected client. why is this?
any ideas?