May 6th, 1999, 02:08 PM
I want to subclass the CListCtrl of a CListView to repond to mouse button clicks. In the OnInitialUpdate() of my CListView I tried but failed using
m_ctlMyListCtrl.SubclassDlgItem( GetListCtrl().GetDlgCtrlID(), this );
m_ctlMyListCtrl.SubclassDlgItem( GetListCtrl().GetDlgCtrlID(), this );