Okay so I'm making a one to one connection chat application using Winsock.
I just had a question, if I sent the client to a friend from another location, in the code for the application what IP would they be connecting to?
Is it MY Ip?
Also if it is MY ip, which would be the correct method of doing this?
.remotehost = "xxx.xxx.xx.x"
OR
.remotehostip = "xxx.xxx.xx.x"
^ When I tried this method it gave me an error saying "Wrong number of arguments or invalid property assigment"
Thank you.
I just had a question, if I sent the client to a friend from another location, in the code for the application what IP would they be connecting to?
Is it MY Ip?
Also if it is MY ip, which would be the correct method of doing this?
.remotehost = "xxx.xxx.xx.x"
OR
.remotehostip = "xxx.xxx.xx.x"
^ When I tried this method it gave me an error saying "Wrong number of arguments or invalid property assigment"
Thank you.