Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21278

Winsock Chat Application HELP

$
0
0
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.

Viewing all articles
Browse latest Browse all 21278

Trending Articles