News

I have a VB6 app that needs to send 1.2MB of data through a tcp/ip socket. <BR><BR>If the client is on the same computer as the server app, the transfer is nearly instant. But if the client is on ...
Hello! Today's blog post will be about coding a very rudimentary Client and Server application duo, which will communicate by using TCP Sockets. It is, as illustrated, in principle, just two cans ...