darkforcesjedi Posted June 17, 2003 Posted June 17, 2003 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.) Quote
*Gurus* divil Posted June 17, 2003 *Gurus* Posted June 17, 2003 Try the asynchronous BeginAccept method of the Socket class. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.