
January 3rd, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 1,165
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Managing Windows Services with Visual Studio 2005
You may have a large number of services running on your computer with your machine using the Windows operating system. These can be managed from the user interface of your computer. These can also be managed using the Net 2.0 framework class <i>ServiceController</i>. This tutorial shows you how you may manage programmatically the Windows services by means of an example after describing the process of working with the Services window in the control panel. In this process several other properties and methods of this important class are also explored.
Read the full article here: Managing Windows Services with Visual Studio 2005
For more discussion go here: Blog Article Discussion
|