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

    windows NT service

    HI All,

    I created my application in visual basic.I want to conver it to windows NT service.It will be appreciated if anybody help me in creating a service.

    Thanks in advance
    Ramesh


  2. #2
    Join Date
    May 2000
    Posts
    35

    Re: windows NT service

    Check out this product:

    http://www.interalsoftware.com/en/p_ntservc.html

    It's $179 but I am using it at work and it's very nice and easy.

    Hope this helps,
    Chris


  3. #3
    Join Date
    Jun 2000
    Posts
    3

    Re: windows NT service

    look at srany on resource kit

    chico

  4. #4
    Join Date
    Jul 1999
    Posts
    104

    Re: windows NT service

    there is an ocx that allows you to create an save nt service from vb.
    at
    msdn.microsoft.com/library/techart/msdn_ntsrvocx.thm

    you can find the c code for this ocx allong with an vb example.

    microsoft does not include an compiled ocx, but if you give me your email address I will mail you it.






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