when using ClistCtrl in FormView, is there a method of getting the OnSelectionChanaged event. as you can in CListBox????
Printable View
when using ClistCtrl in FormView, is there a method of getting the OnSelectionChanaged event. as you can in CListBox????
I think the nearest thing would be to catch the LVN_ITEMCHANGED message.