Q: Resize column at runtime
I am writing a database application and want to know how to resize one 
particular column in run-time, once the data has been put in the dbgrid. 
Is this possible?

Jeffrey Evans; evans_jeffrey@hotmail.com

A: with the standard dbgrid control you can set the width at runtime by using the command DBGrid1.Columns('number of column]).Width = [width] Return