Archive for the ‘Delphi’ Category

Managing Windows Services using a Delphi Application

Windows services and knowing the status of a particular service are a often repeated process during application development as well as smoothing running of an application that require these services.
This code snippet is an example of how to get the status of a particular service in window in your program so that you may use [...]

More »