BlackID 0 Posted June 4, 2011 Hello How Are You My Friends i have a problem with multi tcp reciev I Wanna set the ip and computer name in 2 defreent inputs in the server If $recv <> "" Then GUICtrlSetData($ipp, _ $VIP& GUICtrlRead($ipp)) If $recv <> "" Then GUICtrlSetData($Input1, _ $COM & GUICtrlRead($Input1)) from the client $ConnectedSocket = TCPConnect($IP, $PORT) TCPSend($ConnectedSocket, $VIP) TCPSend($ConnectedSocket, $COM) plz help meChat-Server.au3Chat-Remote.au3 Share this post Link to post Share on other sites
Newbercase 0 Posted June 4, 2011 BlackIDI would suggest you find topics on server/clients by searching for them on Autoit forums. Here is some links to help you get started or or Or search for Chat Server or just chat.Hope this helps Share this post Link to post Share on other sites