[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

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

2005-10-31 Thread Wilfried Mestdagh
Hello brock, I'm not sure I understeand what you try to do but: > declared separately in the unit. When i tried to remove the RemoteSocket > declaration from > type > TClient = class(TWSocketClient) > and make it a global variable when sending local and remote data at the same You cannot. Rem

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

2005-10-30 Thread brock williams
hi i was looking through SocketSpy source code under "User Made" section of ICS website and when i tested program i was curious about something. If i would like to send data (packets) to both the remote connection and local connection how would i do so? A TWSocketServer component exist on the form