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

请教 Image1.Picture =ImageList1.ListImages(1)

2012-04-07 
请问各位大哥 Image1.Picture ImageList1.ListImages(1)我用 Image1 做快捷方式的图标,想加载 ImageList1

请问各位大哥 Image1.Picture =ImageList1.ListImages(1)
我用 Image1 做快捷方式的图标,想加载 ImageList1中的某个图片,不知道要怎么实现?

sub form_load()
Image1.Picture =ImageList1.ListImages(1)

end sub

[解决办法]
Image1.Picture = ImageList1.ListImages(1).Picture

热点排行