changing colour of a cell in grid
Hi,
i am using grid (dialog box) having 4 rows and 3 columns (total 12 cells) in visual c++ 6.0. i want to change the colour of a particular
cell at runtime for a particular value.
how can i do it?
Thanks and Regards
Munish Gupta
Are you using MS Flex Grid Control?
I think it's basic control and it provides some basic services for the Grid.
If there's no certain APIs you can modify it using the sources generated.
else you can try some other grid controls like Chris Maunder's MFC Grid Control it has what all you need.
Here is some more handy things which can be used with the above Grid control or any other customized grid controls