Application that runs as Service
-
Hi Friends, How to make application that runs as NT\2000 Service? Is some extra coding needed for that ? Thanxs a lot. C.R.Naik
See Xiangyang Liu's article Start Your Windows Programs from an NT service[^]. Also, the Friend of All Coders, PJ Naughter, has written a class framework on developing services with MFC, see his article CNTService v1.06 - NT Service framework[^] -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.
-
Hi Friends, How to make application that runs as NT\2000 Service? Is some extra coding needed for that ? Thanxs a lot. C.R.Naik
There is an article that you can probably check out. http://www.codersource.net/win32\_nt\_service.html Thanks
-
Hi Friends, How to make application that runs as NT\2000 Service? Is some extra coding needed for that ? Thanxs a lot. C.R.Naik
Use my Service wizard which is integrated with the Visual Studio IDE.