hi,
i want to make an image object and load a picture into it.
this piece of code does not work:
Dim AA As Image
Set AA = Image
AA.Picture = LoadPicture(FileName)
(
i solved the problem of loading images to the image control box (see previous thread by me), now i am trying to have all control over the image.
)
i want to make an image object and load a picture into it.
this piece of code does not work:
Dim AA As Image
Set AA = Image
AA.Picture = LoadPicture(FileName)
(
i solved the problem of loading images to the image control box (see previous thread by me), now i am trying to have all control over the image.
)