vote up 0 vote down star

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:

  1. How to determine the status of a service?
  2. How to change the Startup type of the service?
  3. How to start, stop, pause and resume a service?

Thank you!

flag

59% accept rate

2 Answers

vote up 4 vote down

The framework class ServiceController allows you to do all of these things.

link|flag
You didn't mention anything about how to change the start up type... – anahita87 Feb 6 at 13:09
vote up 0 vote down

I'm pretty sure that (unless they changed stuff recently) you'll have to do this either through p/invoke's or through WMI.

Wow, how did I forget about that class.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.