Hello i am looking into Tcp Communication.

As i just want to know the basics i am trying to make a program that will act as the Client and the Server (correct me if this is not possible). I want it so when the user loads the form using Tcp Communication the text of label1 will change to "This was a success!".

I have declared to variables, tell me if i need to declare more socket related materials...

vb Code:
  1. Dim Client As New System.Net.Sockets.TcpClient
  2. Dim Listener As System.Net.Sockets.TcpListener

If anyone has any links for Tcp Communication can you supply them?