
Highlight first row of a CListCtrl?
Quote:
>I tried the CListCtrl::SetItemState with LVIS_SELECTED and LVIS_FOCUS
>but with absolutely no effect.
Mats,
What did you try with SetItemState? It should work like this I think:
SetItemState( item, LVIS_SELECTED | LVIS_FOCUSED,
LVIS_SELECTED | LVIS_FOCUSED );
Dave
----
Address is altered to discourage junk mail.
Remove ".---" for the real address.