jorge Posted July 31, 2003 Posted July 31, 2003 Hey, How do i get a list of all the services on the local system? Quote Jorge - http://www.blackdot.be/?page=apache.htm
*Gurus* Derek Stone Posted July 31, 2003 *Gurus* Posted July 31, 2003 [msdn]System.ServiceProcess.ServiceController[/msdn].GetServices() Quote Posting Guidelines
jorge Posted July 31, 2003 Author Posted July 31, 2003 Thanx, One more question, How can i show services where the description canteens a specifik a word? Quote Jorge - http://www.blackdot.be/?page=apache.htm
*Gurus* Derek Stone Posted July 31, 2003 *Gurus* Posted July 31, 2003 Loop through the array of ServiceControl objects returned and poll their ServiceName property. Quote Posting Guidelines
jorge Posted August 1, 2003 Author Posted August 1, 2003 euhmz, How do i tho that? :s new to services -> and loops Quote Jorge - http://www.blackdot.be/?page=apache.htm
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.