首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

ComboBoxEx和ImageList的有关问题!

2012-02-16 
ComboBoxEx和ImageList的问题!!!!!如何给ComboBoxEx动态的添加ImageList的图像!!!!谢谢比如for循环添加10

ComboBoxEx和ImageList的问题!!!!!
如何给ComboBoxEx动态的添加ImageList的图像!!!!谢谢比如for循环添加10个ImageList的图像。
谢谢

[解决办法]
for (int i=0; i < ImageList1-> Count; i++)
{
ComboBoxEx1-> ItemsEx-> AddItem(i, i, i, i, 0, NULL);
}

热点排行