CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Turning a VB program in to an NT4. service

    Does anyone know how to turn a vb program into an nt service that can be run in the background and will correctly shut down when the user logs off?



  2. #2
    Join Date
    Nov 1999
    Location
    Denver, CO
    Posts
    20

    Re: Turning a VB program in to an NT4. service

    Up at Microsoft there is a OCX called ntsvc.ocx it does what you want it to.

    Allen Noakes
    VB Programmer/Analyst
    Dames & Moore Group


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