See how to programmatically create, start, stop, and delete a service under Windows NT/2000/XP.
Latest NT Services Articles
WinNT/2000 Service Controller
Use this dialog-based application to control the services in WinNT/2000.
Managing Windows Services from a Remote System
Build a simple command line utility for managing Windows services from a remote system.
Creating a Windows NT/Windows 2000 Service
Learn how to create create a Windows NT/ Windows 2000 service by following these simple steps.
CSysService
A wrapper class for Win32. API service functions
SpeedySCM: Terminating Services, Quickly Starting Multiple Services
SpeedySCM: Terminating Services, Quickly Starting Multiple Services
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.