Re: [twsocket] Telnet

2005-05-25 Thread Arnoldo - Optextil
re) http://www.overbyte.be - Original Message - From: "Arnoldo - Optextil" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, May 25, 2005 3:10 PM Subject: Re: [twsocket] Telnet Hi, About redirect connection, in my small project this worked well ! Thank

Re: [twsocket] Telnet

2005-05-25 Thread Arnoldo - Optextil
t handle. In your case, the handle is not inherited from the parent process. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Arnoldo - Optextil" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, May 24, 2005 3:23 PM Subj

Re: [twsocket] Telnet

2005-05-24 Thread Arnoldo - Optextil
Hi, About redirect the connection, I created two small projects, exemplify the problem ! Server: unit UServer; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, WSocket, SHELLAPI; type TForm1 = class(TForm) SrvSocket: TWSocket; proc

Re: [twsocket] Telnet

2005-05-20 Thread Arnoldo - Optextil
tion, please send-me... Excuse-me my bad english and thanks for the patience ! Arnoldo - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, May 20, 2005 4:39 PM Subject: Re: [twsocket] Telnet Arnoldo - Optextil wro

Re: [twsocket] Telnet

2005-05-20 Thread Arnoldo - Optextil
i-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Arnoldo - Optextil" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, May 20, 2005 4:24 PM Subject: Re: [twsocket] T

Re: [twsocket] Telnet

2005-05-20 Thread Arnoldo - Optextil
François, About Question 2, Ok ! I saw the source code of EmulVT, thanks... But the question 1, OnSessionAvailable on server, I execute this code below: Don't forgot uses shellapi; procedure TForm1.SrvSocketSessionAvailable(Sender: TObject; ErrCode: Word); var ClientFileName, ClientParams, ClientD

[twsocket] Telnet

2005-05-19 Thread Arnoldo - Optextil
I'm using ICS - TWSocket and I wrote a server that listen on port, waiting a connection. A client telnet connect to this IP/port and the server execute another application to receive this connection. The server is a single receive of connections. Question 1 = Did you already make something similar