Hello ,
I need to check if a Windows Service is running and if so then Stop it
How can I do that from Code in C#.
Thanks
Susan
Printable View
Hello ,
I need to check if a Windows Service is running and if so then Stop it
How can I do that from Code in C#.
Thanks
Susan
Never Mind - found a great article on it.
For those of you who may stumble upon the same issue visit the following link:
http://www.codeproject.com/KB/cs/winservicemanage.aspx
Susan
Or, RTFM
;)