TCP/IP Socket communication from multiple clients

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

In the past I created a VB6 application that was capable of accepting
multiple client connections for status logging over the internet using
simple non-Windows clients (GSM/GPRS). There is one management
console/monitor that receives messages and keeps track of keep-alive
polling. The monitor created a new WinSock connection for each client that
logged on. These were put into an array of controls. I'm sure this can also
be done with VB.NET.

I want to convert this application to VB.NET using VS2005 and the .NET
Framework 2.0. But I run into several problems. Are there any good examples
of GUI examples on sites to study on so I can convert my application
succesfully (most of it is converted, except the communication). Most sites
show samples as console apps and simply copy-paste doesn't work (100% CPU
load and crashing).


Jeroen



.



Relevant Pages

  • Re: TCP/IP Socket communication from multiple clients
    ... In the past I created a VB6 application that was capable of accepting multiple client connections for status logging over the internet using simple non-Windows clients. ... There is one management console/monitor that receives messages and keeps track of keep-alive polling. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Events in a console app
    ... but for instance OnClientConnect never fires, ... in console apps - no windows messages of course, ... It does have an internal notification, but it relies on receiving a message from the OS. ...
    (comp.lang.pascal.delphi.misc)