Well I'm not the best Winsock user. I dont know alot about it and I plan to fix that. I'm going to make a test chat program that will connect between 2 comps so we can chat. I basicly dont even really know where to start except to make a connection. Here is what I have for the client:

Winsock.RemoteHost = "127.0.0.1"
Winsock.RemotePort = 15151
Winsock.Connect

That will be run on a command button. The thing is, I dont want to have to have the IP in order to connect. That would mean I could only chat to one person, none if I didn't know anyones IP. I know there is another way of connecting, but I cant exactly remember how it went. Help anyone?