[twsocket] SocketSpy Re-Reply

2005-11-01 Thread ICSNewbie2005
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

[twsocket] SocketSpy Specific

2005-10-31 Thread ICSNewbie2005
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

[twsocket] SocketSpy (User Made) Question...

2005-10-31 Thread ICSNewbie2005
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