Jump to content

Recommended Posts

Posted

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 me

Chat-Server.au3

Chat-Remote.au3

Posted

BlackID

I 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...