I have a listcontrol with three columns. I want to read what text is in the third column. I need this, because i want color this column according to that what text is in it. Can anyone tell me, how to read the data?
Thanks in advance!
kampi
|
feedback
|
|
If your control's associated CListCtrl is called m_listCtrl simply use:
You associate that variable with the control itself via something like this:
| |||||||||
feedback
|