I can't possibly be ClistCtrl because if I do (ClistCtrl *)GetDlgItem(...) and then try to insert items and columns (via the documented member functions of CListCtrl, absolutely nothing happens. The list box control remains resolutely blank.
I can't possibly be ClistCtrl because if I do (ClistCtrl *)GetDlgItem(...) and then try to insert items and columns (via the documented member functions of CListCtrl, absolutely nothing happens. The list box control remains resolutely blank.
The MFC class corresponding to the listbox control is CListBox. If you look carefully you will find there are 2 different controls - List Box and List Control.
«_Superman_» _I love work. It gives me something to do between weekends.
_Microsoft MVP (Visual C++) (October 2009 - September 2013)