Posts Tagged ‘ServiceController’
Access Windows Service from Windows Application
Posted by: admin in .NET, VB.Net, Window Services on March 2nd, 2009
Accessing windows service from windows application is very easy task. Follow the steps
1. Open Visual Studio 2005/2008.
2. Add ServiceController Control into the form you just created.
3. Enter the Windows service name into the ServiceName Property of the ServiceController Control.
That’s all you need, other properties and methods are all self explanatory.
For more information about ServiceController click here