Hi,
I am trying to check for installed services using :
Dim services() As System.ServiceP rocess.ServiceC ontroller
gives this compiler error
Form1.vb(802): Type 'System.Service Process.Service Controller' is not
defined.
Intellisense does not list System.ServiceP rocess either.
Using VS 2003.
I am trying to check for installed services using :
Dim services() As System.ServiceP rocess.ServiceC ontroller
gives this compiler error
Form1.vb(802): Type 'System.Service Process.Service Controller' is not
defined.
Intellisense does not list System.ServiceP rocess either.
Using VS 2003.
Comment