Hi, i have one user form which has 10 image boxes or image controllers. I want to run a loop to upload pictures to these image boxes.
How to so that?
Image1.picture = Loadpicture(imagepath)
i am not able to place i (where i = 1 to 10) as
Image i.picture = Loadpicture(imagepath i)
please help
How to so that?
Image1.picture = Loadpicture(imagepath)
i am not able to place i (where i = 1 to 10) as
Image i.picture = Loadpicture(imagepath i)
please help