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