Click to See Complete Forum and Search --> : Re: How to get CListCtrl clicked item information !!


Will Rothwell
March 29th, 1999, 12:43 AM
Hi,


What I did was to handle the LBN_SELCHANGE message of the CListCtrl by an overridden function OnSelchangeXXX() !!


Hope this may help.


Will