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
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
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