Application as NT service

  • Thread starter Thread starter arcpin
  • Start date Start date
A

arcpin

Hi all
I want to run my exe as a service so that appplication can run even if
no user log on.
Does anyone have any idea regarding this.
I want code which is running application as Nt service.
Can anyone help me
Thanks in advance
 
arcpin said:
Hi all
I want to run my exe as a service so that appplication can run even if
no user log on.
Does anyone have any idea regarding this.
I want code which is running application as Nt service.
Can anyone help me
Thanks in advance

There is a very simple description of how to do this in the Visual Studio
docs.

Also, NT service is a project type in studio.
 
Back
Top