I am trying to size the columns of a datagrid in VB6. I have placed a datagrid on a form and use
set r=new ador.recordset 'create disconected recordset
and
r.fields.append "col name", adVarChar, 500
to append columns.
There are currently 16 columns i use and no matter how i try i cannot get the columns to the size i want, each column needs to be a width that i specify. All columns seem to be of a size that i cannot determin the source of, its not the defCol widths or any value i can see any where else.
Any suggestions would be very much appreciated.