TcpListener

darkforcesjedi

Newcomer
Joined
Jun 12, 2003
Messages
8
Dim client As System.Net.Sockets.TcpClient = server.AcceptTcpClient()

Causes the program to stop responding while it waits for a connection. The program resumes when I connect. How do I prevent that from happening? (I assume this has something to do with threading, but I don't really know.)
 
Back
Top