Jump to content

[Need Help] Multi tcp reciev


Recommended Posts

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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