Hi Torsten!
Do it on this way!!!
m_ImageList.Create(IDB_BITMAP1,16,8,RGB(0, 255, 255));
m_ListCtrl.SetImageList(&m_ImageList,LVSIL_SMALL);
That's all!
Bernhard
Printable View
Hi Torsten!
Do it on this way!!!
m_ImageList.Create(IDB_BITMAP1,16,8,RGB(0, 255, 255));
m_ListCtrl.SetImageList(&m_ImageList,LVSIL_SMALL);
That's all!
Bernhard