Description: writing a service meant writing in Visual C++. It was one of those things that C++ programmers could do that VB programmers couldn't. In those days, we just said "service" or maybe "NT service," although that was a little old-fashioned. Well, now they've been christened "Windows service" and are super easy to make in VB .NET or C#. You can find examples anywhere. But, what if you want to make one in Managed C++? After all, most experienced...