Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Francois PIETTE
> i'm wondering about the way to implement a FTP server > (with thread on GetProcessing) within a Windows Service ? > Does anyone has a sample ? The is a sample service in the demos. There is nothing very special to make a service using ICS. As long as there is a working message pump, ICS componen

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Francois PIETTE
Wednesday, May 18, 2005 5:42 PM Subject: Re: [twsocket] [HELP]FTPServer within a service... > > > i'm wondering about the way to implement a FTP server (with thread on > > > GetProcessing) within a Windows Service ? > > > > Any windows GUI application can be run as

Re[2]: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Wilfried Mestdagh
Hello Guillaume, > Well... i'll try it for one of my services (i have several)... > i'll let you know ;) ok thx :) > i'll see especially on the problem i've mentioned about message pump... I have read your message concerning that, but did not fully indersteand it :( I have with this service cla

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Guillaume MAISON
> Hello Guillaume, > > On my site you find a simple class to include in your GUI program so > that the same EXE can run as normal GUI and also as NT service without > any change. > > Advantage is that the service can make a tray icon when user log in, and > if you click on it the service can popup

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Wilfried Mestdagh
Hello Guillaume, On my site you find a simple class to include in your GUI program so that the same EXE can run as normal GUI and also as NT service without any change. Advantage is that the service can make a tray icon when user log in, and if you click on it the service can popup his main form.

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Guillaume MAISON
> > i'm wondering about the way to implement a FTP server (with thread on > > GetProcessing) within a Windows Service ? > > Any windows GUI application can be run as a service, provided it never > asks for any input from the user. I use a very simple real service > that runs the windows program, a

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Angus Robertson - Magenta Systems Ltd
> i'm wondering about the way to implement a FTP server (with thread on > GetProcessing) within a Windows Service ? Any windows GUI application can be run as a service, provided it never asks for any input from the user. I use a very simple real service that runs the windows program, and sends

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Fastream Technologies
similar, I will be more than glad to answer your question(s). Best Regards, SubZero - Original Message - From: "Guillaume MAISON" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 18, 2005 4:01 PM Subject: [twsocket] [HELP]FTPServer within a service... Hi everyone, i'm wonde

[twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Guillaume MAISON
Hi everyone, i'm wondering about the way to implement a FTP server (with thread on GetProcessing) within a Windows Service ? Does anyone has a sample ? knowing that i'd like ot have a form with a memo for log messages... thanks a lot for your answer ! Guillaume MAISON - Guillaume MAISON -