Archive for August, 2009

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 »

How to display serial numbers in Datagridview

Datagirdview is often used component to display records from tables/query in a tabular fashion.However it does have a short comming that it do not have any properties to display serial number for the records.This is a much desired and neccasary feature for the datagridview.
Here are two ways you can display the records in a datagridview [...]

More »