Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 32(0 seconds)
Sort By:
 
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
Zones: Delphi ProgrammingDate Answered: 07/05/2000 Rating: 9.0 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 11/15/2002 Rating: 8.0 Views: 8
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...
Zones: Delphi ProgrammingDate Answered: 04/27/2004 Rating: 9.0 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 10/11/2003 Rating: 9.0 Views: 0
Can anyone tell me why this code might utilize 100% CPU? procedure ServiceController(CtrlCode: DWord); stdcall; begin   CollectMail.Controller(CtrlCode); end; function TCollectMail.GetServ...
Zones: Delphi ProgrammingDate Answered: 06/25/2005 Rating: 9.4 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 04/03/2001 Rating: 7.8 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 11/29/1998 Rating: 6.6 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 06/05/1999 Rating: 8.6 Views: 0
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 ...
Zones: Delphi ProgrammingDate Answered: 12/02/1999 Rating: 9.0 Views: 9
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...
Zones: Delphi ProgrammingDate Answered: 07/08/2002 Rating: 9.0 Views: 0