From the thread - Fire windows service stop event I know how to fire an event whenever a system service has stopped.
Now I want to fire an event when a service starts. But I can't find any service control code relating service starting. Is there anther way to implement it?
Any ideas will be appreciated.