PDA

Click to See Complete Forum and Search --> : makemeservice .... (api)


razzaj
Nov 26th, 1999, 06:57 PM
i would like to know what happens when one registers a program as a service ( it hides it from ctrl alt del list ) ...
but is there any oter effect and should someone call this function each time the program runs or only once ????

- regards -
- razzaj -

AyS
Nov 26th, 1999, 09:51 PM
Service is a prog. that is loaded everytime windows is booted.. except if it is RunServicesOnce..

Effects:
it runs in the background without anything visible.. (normally)... so you could do progs that scan if some program is started or something with it being service...

hope that explains little



------------------
-Matti Kiviranta
AyS of AyS Systems
Move yourrr body
"Eiffel65 - Move your body"

razzaj
Nov 27th, 1999, 08:35 AM
... well .. are u saying that if the first time i run the program i call makemeservice
the program should run automatically each time i start windows???