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.
Re: VB application as service
createservice API is available fo this.
Download sample from www.vbadmincode.com
and go through it.
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