
Is it possible to Create an Application as a Winnt Service??
I would second this as well. If you're going to write an NT service that
you can depend on, I think you should go C++. If you're using ATL, you can
tell it that your project will be an NT Service, and it does much of the
work for you.
--
David Hunter
MobileQ
http://www.MobileQ.com
Quote:
> It is possible, but I cannot recommend it for anything more than a demo
> service.
> The details of getting a service running, threads, and related
housekeeping
> are best handled in a C or C++ application. There is usually enough
handles
> and low-level datatypes to warm the depths of an engineer's heart.
> Just my opinion,
> Stephen Fernandez
> Categoric Software
> > look for the ntscv.ocx from microsoft. easy with documentation
> > jc
> > > Hi
> > > I want to know if it is possible to create an EXE application with VB
> > > 6.0 to run as a service like other winnt services..
> > > is it possible??