How a service startup automatic?
-
I write a service in VC6 App consol, this service install and started but when system restart this service not start because stratup is manual , now I want set startup to automatic with programming. please help me, I search in codeproject but not found any objetc for that.
-
I write a service in VC6 App consol, this service install and started but when system restart this service not start because stratup is manual , now I want set startup to automatic with programming. please help me, I search in codeproject but not found any objetc for that.
See Service Configuration Programs[^] Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I write a service in VC6 App consol, this service install and started but when system restart this service not start because stratup is manual , now I want set startup to automatic with programming. please help me, I search in codeproject but not found any objetc for that.
-
How can set a startup for a service from manual to automatic with write code in Visual C6....