Im learning Tcp communication right now, and Im a newbie :P
First can i add a component to the form for tcpclient and tcpserver like a add one for a textbox and a botton?

Second, which method is better
Dim listener As Net.Sockets.TcpListener
Dim listenThread As Threading.Thread

or Dim tcpClient As New System.Net.Sockets.TcpClient()

what should i use?