I'm trying to find a control that will let me show more than one checkbox per row. The Listview control (MS Common Controls v6) lets me show one just in the first column, and that's not enough.
I've looked at the DataGrid, and although I found some a bit of documentation saying that if a field in your recordset is boolean it will show up as a checkbox, I've had a very hard time getting this to work. In any case, the documentation I found about this was in newgroups and not in the MSDN docs, which leads me to believe that it's not really supported.
Ultimately, I'd like to be able to put a push button in a specific cell as well, but I realise this may mean creating my own OCX. I'd like to stay away from that if possible.
Any ideas?
I've looked at the DataGrid, and although I found some a bit of documentation saying that if a field in your recordset is boolean it will show up as a checkbox, I've had a very hard time getting this to work. In any case, the documentation I found about this was in newgroups and not in the MSDN docs, which leads me to believe that it's not really supported.
Ultimately, I'd like to be able to put a push button in a specific cell as well, but I realise this may mean creating my own OCX. I'd like to stay away from that if possible.
Any ideas?