Hi Mr. Wilfried M.,
Yes below is code I am talking about =), When i went to compile though it
say Incompatible types.
Client which is of Type (TClient) and the assignment
to wSocketServer.Client[] which is of Type (TWSocketClient).
Lol i did not know sending data to 2 different connection make so h
Wilfried,
ty for quick response, i hope this gets to the mailing list as my last
message has not posted. Maybe i can better explain what i'm talking about in
better details.
I have socketspy open on my PC and i'd like to send one specific packet to
local connection and one specific packet to remot
Thanks for quick response :)
I have 1 button (TButton) on my main Delphi form and when i click that
button i send 2 different packets. 1 packet goes to local connection and
other packet go to remote connection. How would i do this then?
RemoteSocket.SendStr(data2) sends data to remote connection, h