Looking for feedback on some socket code

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
http://boycot.no-ip.com/vb/clsListener.htm

I've been struggling with coding Sockets in VB (not as easy as it would seem
coming over from VB6). Anyhow, finally got something working and looking
for any suggestions on how to make it better.

Thanks.

Without an exahustive look at your code... My suggestion is to look at
using async sockets. They are a little more difficult to code for, but
are much more efficient...

Here is a good place to start for .NET sockets:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconsockets.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top