请问各位大哥 Image1.Picture =ImageList1.ListImages(1)
我用 Image1 做快捷方式的图标,想加载 ImageList1中的某个图片,不知道要怎么实现?
sub form_load()
Image1.Picture =ImageList1.ListImages(1)
end sub
[解决办法]
Image1.Picture = ImageList1.ListImages(1).Picture
发布时间: 2012-04-07 17:31:51 作者: rapoo
请问各位大哥 Image1.Picture =ImageList1.ListImages(1)
我用 Image1 做快捷方式的图标,想加载 ImageList1中的某个图片,不知道要怎么实现?
sub form_load()
Image1.Picture =ImageList1.ListImages(1)
end sub
[解决办法]
Image1.Picture = ImageList1.ListImages(1).Picture