Hi,
How can I turn a existing ActiveX exe into a NT service
Greetings Peter
Printable View
Hi,
How can I turn a existing ActiveX exe into a NT service
Greetings Peter
"Peter Tribout" <ptribout@wvem.be> wrote:
>Hi,
>
>How can I turn a existing ActiveX exe into a NT service
>
>Greetings Peter
>
>
First of all, it is indeed possible to turn any app into a NT service. There
is a third party tool that is available in the market that lets you do exactly
that. But If you do not want to go this route, there is an MSDN article that
tries to help you achieve this goal. Unfortunately, it is not straight forward
and involves some nifty use of timers and NT service event handlers. I had
done this two years ago in VB 5.0.Hope I have helped