We are using version 8 with visual basic 6. When we run the application, the first row is highlighted, even when it isn't selected. I know that we need to have a hidden row to set the selection to, but when I try, I get a message box saying that the property is read only.
When we first open the application, we do not want the row to be highlighted. How do we set this so that the row is only highlighted when it is clicked on by the user?
Thanks!