m_imgTree.Create (16,16,ILC_COLOR|ILC_MASK,5,5);//创建图标列表;5个图标
m_imgTree.Add (AfxGetApp()->LoadIcon (IDI_1));//添加图标,bitmap也是一样的,可以添加5个
m_imgTree.Add (AfxGetApp()->LoadIcon (IDI_2));
......