Application as NT service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • arcpin

    #1

    Application as NT service

    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
  • Jell-O Biafra

    #2
    Re: Application as NT service

    arcpin wrote:
    [color=blue]
    > 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[/color]

    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.


    Comment

    Working...