Basically in a typical application I need to display the numeric data in a table and be able to edit the values in every cell individually. The table is not simply a list, it has several columns. Also the type of the values in each column needs to be controlled separately. So, all this functionality is ideally implemented by LabWindows CVI table control, but I could not find anything similar in Measurement Studio VC++.
Could you comment a little bit on the Active X data grid controls? This sounds like what I need.
Thanks a lot!