Thanks, I'll check this out > > At the server end just use a TWSocket instead of a TWSocketServer if you > only need one client. Then it needs to listen: > Socket.Listen; > and when a connection comes in (SessionAvailable) you accept it: > Socket.HSocket := Socket.Accept; > Then the connection is established. > > Dan >
-- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
