1. I use the wizard to create a Service Application
Want to achieve in the control panel to start the service, after service can automatically start an application, (such as IE)
Where do I need to add the startup code?
I was in the void __fastcall TService1: : ServiceStart (TService * Sender, bool & amp; Started)
{
With the CreateProcess (... ); Cannot start service success, also have no rev IE,
Started=true;
}
Return ErrorCode 1053: the service did not response to the start or control request in a timely manner