how can I select(hi-light) an item in CListCtrl ? I couldn't find something like "SetSelectItem()" or "SelectItem()". I've tried SetItemState(nLast,LVIS_SELECTED|LVIS_FOCUSED,LVIF_STATUS), but still couldn't work. I want to hi-light the last item after i've deleted 1 item from CListCtrl.