C++ DataGrid Question... Please help
-
Hi - I have a problem that's been bothering me for quite a while. I really hope that someone can help me... I'm writing my code in visual C++, which seems to have very poor documentation for the datagrid. I've seen some C# code to do this, but it can't really be transferred to C++, it seems. I have a DataGrid with 2 checkbox columns. I also have a button called "update". The goal is the following: 1) When the user clicks the update button, the application scans through the datagrid and determines which checkboxes are currently checked (for both columns) 2) This information is then used for something else, which is not relavant here. Thanks in advance. Kim
-
Hi - I have a problem that's been bothering me for quite a while. I really hope that someone can help me... I'm writing my code in visual C++, which seems to have very poor documentation for the datagrid. I've seen some C# code to do this, but it can't really be transferred to C++, it seems. I have a DataGrid with 2 checkbox columns. I also have a button called "update". The goal is the following: 1) When the user clicks the update button, the application scans through the datagrid and determines which checkboxes are currently checked (for both columns) 2) This information is then used for something else, which is not relavant here. Thanks in advance. Kim