This actually is documented.
From MSDN:You need a mask to be able to "drop" a particular state, like in:nState
New values for the state bits.
nMask
Mask specifying which state bits to change.
Code:m_List.SetItemState(item, 0, LVIS_SELECTED);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 12 of 12
Thread: CListCtrlThreaded View
|
Click Here to Expand Forum to Full Width |