
Disabling Fixed Rows on Grid's RowColChange Event
I have a fixed row displaying column headers in a grid object (visual
basic 4). When the fixed row(0) is selected, a column highlights
(whichever was selected), and the cell immediately below is "selected".
For example, if the fixed row, row 0, column 5 is selected, then row 1
column 5 becomes the selected cell, while column 5 highlights.
I'd like to disable the ability to select row 0, and have it as a static
display. I'd like to do this, as when another cell is selected, a dialog
box is displayed, and it is confusing as is.
Thanks.