Does anybody know of any good websites that cover the creation of Client/Server applications?
TIA
Printable View
Does anybody know of any good websites that cover the creation of Client/Server applications?
TIA
Your client will have to have a winsock control with the remotehost and port as the server's.
For your server create a winsock control, make its index 0 then when you get a connectrequest create another winsock control in the same array, this will allow multiple connections. You'll have to set the default winsock(0) to .listen so it can accept requests from clients.
Internet based, or stand alone?
These are some of my favorites; they're ASP based:
http://www.15seconds.com/
http://www.asptoday.com/
http://www.4guysfromrolla.com/