Autor Beitrag
marconi8
Hält's aus hier
Beiträge: 5



BeitragVerfasst: Do 14.08.03 08:50 
some people advice to me that i must to drop into client application and into server application both client and server components for solving my problem.....


each connected to server user is TIdPeerThread
i try to send comand to the AThread from server
but nothing happens, how to make this ???


for example my server can with button click make this
for x = 0 to TIdPeerThread count do
begin
Athread.connection.writeLn ('hello user !')

how to made this, ?????


thanks