为什么不能显示ICON???
CListCtrl m_list;
CImageList m_LargeImageList;
m_LargeImageList.Create(IDR_MAINFRAME,32,0,RGB(128,128,128));
m_list.SetImageList (&m_LargeImageList,LVSIL_NORMAL);
m_list.InsertItem (0,"lll",0);
其中LISTCTRL是我用鼠标拉进去的(就是那个控件),但是就是没有图像,只有lll的文字,怎么办???