I'm using VB 9 (VS2008).
I would like to know how to do the control Windows Services through an Windows Forms application.
I want to know:
- How to determine the status of a service?
- How to change the Startup type of the service?
- How to start, stop, pause and resume a service?
Thank you!