BSA01
May 27th, 2010, 08:53 AM
My teacher asked me to try make some small server-client application. I am new in delphi so I need some help.
I done this in VB6 and know what to do, but in Delphi is not so simple.
I created two projects, in one, I used tcpServer, in 2nd tcpClient.
I need some help about making :
Start listening,
Connect (Accept connection)
Exchange text between this two.
I done this in VB6 and know what to do, but in Delphi is not so simple.
I created two projects, in one, I used tcpServer, in 2nd tcpClient.
I need some help about making :
Start listening,
Connect (Accept connection)
Exchange text between this two.