Board index » delphi » Trying to write some Listner Service... Need Help

Trying to write some Listner Service... Need Help


2003-07-16 10:18:20 PM
delphi187
Hi
I am trying to write some kind of Windows Service that pings the POP3
Server checking for new messages constantly and download the messages. I am
trying to have this like a normal windows service running on startup. I
need suggestions or some sample code ofr how to write windows services which
helps me to do this.
Thanks
J
 
 

Re:Trying to write some Listner Service... Need Help

"J" <XXXX@XXXXX.COM>writes news:XXXX@XXXXX.COM...
Quote
I need suggestions or some sample code ofr how to
write windows services which helps me to do this.
Delphi and Builder both have a "Service Application" option when you go to
the "File | New" dialog, and there is sample code in the documentation for
writing services in general.
Gambit