CListCtrl
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hy! How can I set an item checked in a CListCtrl( I'm talking about that blue bar that when you click on a item ) Bye, Orbital^ ...the night is long ... but not long enought to do some real coding ...
m_list.SetItemState(nItem,LVIS_FOCUSED|LVIS_SELECTED,LVIS_FOCUSED|LVIS_SELECTED);
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Hy! How can I set an item checked in a CListCtrl( I'm talking about that blue bar that when you click on a item ) Bye, Orbital^ ...the night is long ... but not long enought to do some real coding ...
Use the CListCtrl::SetItemState() function with LVIS_SELECTED