L
lunyx_allen
Unregistered / Unconfirmed
GUEST, unregistred user!
我的代码如下:
bmp:=TBitMap.Create;
bmp.LoadFromFile('A.bmp');
imgList.Add(bmp,nil);//imagelist的Masked属性已经设为false
可是不成功,如果手动添加的话,又没什么问题啊。help
bmp:=TBitMap.Create;
bmp.LoadFromFile('A.bmp');
imgList.Add(bmp,nil);//imagelist的Masked属性已经设为false
可是不成功,如果手动添加的话,又没什么问题啊。help