Hi All,
I have been working in
VB 6.0 for two months now.I've a problem.
I've added a checkbox on the Tab of Grid to enable and disable few columns in a Grid,which seems to be working fine. However, I'm unable to turn those disabled columns in Gray color, when I check that checkbox. Following is the code, which I'm writing to disable the column of a Grid.
grdTyln(jIndexGridTyln).Columns.Item(cACTRANSLINE) .AllowFocus = False
I would appreciate very much, if someone can help.
Thanks