Hi
I'm sure I saw an exampel with TService somewhere but now I can't locate it :)
Can somebody tell me where do look
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10523761.html
I have a problem with a service i made.
The service works after installing it and starting it manually, but anyway Windows reports an error that the service could not be started and that the servi...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20399186.html
I created a service that does nothing yet. Just wanted to confirm that service was executing every x seconds. It works fine as I used the TSparky thread example supplied here some time ago. (Som...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20646482.html
Hello everyone,
hi, I've written a TService Application, which is running under the SYSTEM account INTERACTIVE. And I need to access the HKEY_CURRENT_USER of the user who is logged on, like Admini...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20760852.html
Can anyone tell me why this code might utilize 100% CPU?
procedure ServiceController(CtrlCode: DWord); stdcall;
begin
CollectMail.Controller(CtrlCode);
end;
function TCollectMail.GetServ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21469574.html
dear experts, i have created a program with D5, now I need to make the program to be a service application in WinNT.
1. is it use TService? how to use it in my program? step by step please.
2...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20100131.html
I can write a service app, and override DoStart in the Service object (Correct?).
But How do I test it? When it runs, it should beep 4 times with a second's gap between them. It seems to run for...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10093283.html
I am running a service (D4's TService) on WinNT 4SP4. I have another app that cannot be run at the same time as the service, so I need to either stop or pause the service.
Any ideas on how to do t...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10168033.html
Hello.
I've written a Simple Win95/98 service
that reads the inbound trafic on a serial device, now i need to write a service for NT and i thought i could use the TService "Wizard" but i can't ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10240927.html
hi
i build a service shell that launch, close and detect when the application was closed (by process list), This shell inherit from TService (Service application wizard).
In my project i use this...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20320622.html