BlackID Posted June 4, 2011 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
Newbercase Posted June 4, 2011 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now