CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Location
    philippines
    Posts
    26

    Question how to make a vb exe program an NT SERVICE??

    hi gurus and friends,

    i got a program that waits for a specific time and then does something (create a backup).

    the problem is, its gonna be run in NT machine.
    and... that NT is almost always LOGGED OFF, which means my program wont run.

    i know that services in NT runs even when logged off.


    pls help!

    thanks
    <<dcm>>

  2. #2
    Join Date
    Jan 2002
    Location
    TamilNadu, India
    Posts
    158
    There is a program which does the conversion of a regular exe to an NT Service. I forgot the name of the program. Try to give it a search.
    Muthu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured