Hi,
I am working with CListCtrl in VC++ where I tried to implemnt the multi-selection of Items by
1) SHIFT+ Mouse click
2) SHIFT+ Arrow Key selection
I could implement these with NM_CLICK and ITEMCHANGED respectivly,
but gives inconsistant selected items.
Plse anybdy to solve this situation by tech advice/code snippet
Thanks,
Krishna