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

    Registering VB Application as NT Task

    Is it possible to register a VB Application as WindowsNT Service. If Possible How do i Achieve this?




  2. #2
    Guest

    Re: Registering VB Application as NT Task

    check out the RegisterServiceProcess API or the SRVANY utility from the NT resource kit.


  3. #3
    Join Date
    Mar 1999
    Posts
    4

    Re: Registering VB Application as NT Task

    VB Applications as a Service!? Thats easy...
    Use NTSVC.OXC !
    Find it at:
    http://vbwire.com/advanced/howto/service.asp
    Excellent Site!

    Best regards


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: Registering VB Application as NT Task

    take this into account (MSDN article: Q175948)
    "Microsoft does not currently recommend running Visual Basic applications as Microsoft Windows NT Services because the applications may exhibit unstable behavior when installed and run as Microsoft Windows NT Services. "


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