Convert your existing VB, Delphi, etc. application into a service very easily
Run your application securely without the need of a user session
Thread safe
Event log support
Very easy to test and debug. Simulate the Windows NT service manager at design time
Native Windows NT/2000 service support. All Service Manager calls are converted to service Events: Start, Stop, Pause, Shutdown, Control (Private Code), etc.
All calls into your code are made through the process primary thread
Implements all necessary methods to Install, Uninstall and Control your services
Grants required Windows NT privileges to a user account configured to start the service
Your application can report errors and information to the Windows NT/2000 event log
Supports the new Windows 2000 Description field
|