The Wayback Machine - https://web.archive.org/web/20101122091907/http://www.codeguru.com:80/cpp/w-p/system/services/

    Services

    SFL 2.0 Service Framework Library for Native Windows Service Applications, Part 3: SFL Architecture

    Find out what is under the SFL's hood.

    SFL 2.0: Service Framework Library for Native Windows Service Applications, Part II

    Learn more about this very useful library.

    [Updated] SFL 2.0: Service Framework Library for Native Windows Service Applications, Part 1

    Writing Windows services never was an easy thing, but this article makes it far simpler for you to do.

    Framework for Writing Services and Multithreaded Applications, Part 1

    Learn about a framework for rapid development of NT services. Also includes tools for stack tracing, performance testing, generic logging/debugging, memory leak testing, and thread pooling.

    Make GDI+ Less Finicky About Fonts

    Windows GDI+ understands only half of the fonts out there. Use the QGraphicsText class to work with the other half.

    Writing a Service Program

    Services are processes that can be auto started when the system boots, and can be left running while the system is on. Learn how to write your own services.

    Starting a Service in Windows XP

    Start a Windows XP service from a VC++ program.