Friday, June 26, 2009

Working with Windows Service Using VS 2005

A Windows Serviceis a program which runs continuously in the background of an Operating System. It was formerly known as NT services. Window service internally uses the Service Control Manager (SCM) of the operating system. A service must be installed in a SCM database before it can be launched. SCM controls the entire lifetime of each installed service.

http://www.codeproject.com/KB/cs/MyWindowService.aspx

No comments:

Post a Comment