ctabbar,大家帮看下代码有什么错
HICON hIcon=AfxGetApp()-> LoadIcon(IDI_ICON1);
m_imageList.Add(hIcon);
theWindowTab.SetImageList(&m_imageList);
TC_ITEM item;
item.mask = TCIF_IMAGE;
item.iImage = t;
theWindowTab.SetItem (t, &item );
[解决办法]
ctabbar是什么咚咚?