SFL 2.0 Service Framework Library for Native Windows Service Applications, Part 3: SFL Architecture
Find out what is under the SFL's hood.
Find out what is under the SFL's hood.
Learn more about this very useful library.
Writing Windows services never was an easy thing, but this article makes it far simpler for you to do.
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.
Windows GDI+ understands only half of the fonts out there. Use the QGraphicsText class to work with the other half.
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.
Start a Windows XP service from a VC++ program.