Help with sockets in delphi?

Hello,

I need help with my Delphi application. I have a server application and client application, I use a ServerSocket on the Server Application, and a ClientSocket on the Client Application. I need a way in Delphi to send text ( a string ) from the ServerSocket to the ClientSocket. I cannot use Indy or ICS since I have the free version of Delphi. Please tell me how to do this.

Thank You very much,

please answer as soon as possible.

An answer that works gets the 10 points.

Tags: , ,

One Response to “Help with sockets in delphi?”

  1. bob d says:

    You can do:

    Yahoo cuts it off so replace spaces with periods.

    ServerSocket1 Socket connections[0] SendText(’your text’);

    You can also use the same to send with the ClientSocket by

    ClientSocket1 Socket SendText(’your text’);

Trackbacks/Pingbacks


Leave a Reply

Security Code:

Categories