H
HLong
Can someone explain how could I load images from a folder into the ListImages
collection of an ImageList control. I am working on VBA. On my form I have
a button to lunch the GetOpenFileName dialog to select the image files.
These image files could be in JPG, PNG, TIFF, BMP file formats (preferably),
but I could have them on BNP only if required. Thanks.
I tried loading the image file paths into an array or collection and then,
setting the picture property of the image object. It works on design time
but not at run time.
Please can someone help me. Thanks
collection of an ImageList control. I am working on VBA. On my form I have
a button to lunch the GetOpenFileName dialog to select the image files.
These image files could be in JPG, PNG, TIFF, BMP file formats (preferably),
but I could have them on BNP only if required. Thanks.
I tried loading the image file paths into an array or collection and then,
setting the picture property of the image object. It works on design time
but not at run time.
Please can someone help me. Thanks