AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
I have an imagelist full of pictures i want to use in my program by placing the images into picture boxes. I have picIcon = Imagelist1.listimages(1) when i execute this i am told i have an invalid image. How do I make this work on VB6? Thank you, Ryan
Hi Ryan Try this set picIcon.picture = Imagelist1.listimages(1).Picture Steve [Edited by steve_w on 26-10-2004 at 08:49 AM GMT]
Code works pefectly Thanks, Ryan