Jul 31, 2003 #1 J jorge Junior Contributor Joined Jul 13, 2003 Messages 239 Location Belgium Hey, How do i get a list of all the services on the local system?
Jul 31, 2003 #2 D Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,875 Location Rhode Island, USA [msdn]System.ServiceProcess.ServiceController[/msdn].GetServices()
Jul 31, 2003 #3 J jorge Junior Contributor Joined Jul 13, 2003 Messages 239 Location Belgium Thanx, One more question, How can i show services where the description canteens a specifik a word?
Jul 31, 2003 #4 D Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,875 Location Rhode Island, USA Loop through the array of ServiceControl objects returned and poll their ServiceName property.
Aug 1, 2003 #5 J jorge Junior Contributor Joined Jul 13, 2003 Messages 239 Location Belgium euhmz, How do i tho that? :s new to services -> and loops