CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2001
    Location
    Czech
    Posts
    2

    VB application as service

    Good day everybody
    We have created a application in VB 6.0.
    But we need to it works as windows nt service. Could you help me?


    What we did.
    We created service application in C++ 2 years ago. Therefore we know how implement the interface for application in C++, but we do not how implement it in VB.




  2. #2
    Join Date
    Oct 2001
    Location
    Bangalore.INDIA
    Posts
    25

    Re: VB application as service

    createservice API is available fo this.
    Download sample from www.vbadmincode.com
    and go through it.



  3. #3
    Join Date
    Nov 2001
    Location
    Czech
    Posts
    2

    Re: VB application as service

    I am sorry I cannot read from this address www.vbadmincode.com. I got an advise to I should use NTSVC.OCX.
    Thank you.

    Michal



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