Hi,
Does anyone know how to stop an NT Service through VB?
Thanks,
Rob.
Printable View
Hi,
Does anyone know how to stop an NT Service through VB?
Thanks,
Rob.
you should be able to do that using the following apis:
openservice
ControlService, passing SERVICE_CONTROL_STOP as dwControl argument.
check out this link
http://support.microsoft.com/support.../q189/6/33.asp