Hi,
I want to show a list of photos.
I tried something with one photo but it seems that an imagelist
is a nonvisual object. How can I realize to see a list of photos,
they must be resized to fit.
My test:
imageEdit.New1
Image1.LoadPicture(AppPath & "\cray1.jpg")
ImageEdit.LoadImage (image1.Image)
ImageEdit.Resize(40,40)
Image1.Image = ImageEdit.GetImage("c")
ImageEdit.Saveimage (AppPath & "\th_cray1.jpg","J")
imagelist1.Add("th_cray1.jpg")
I want to show a list of photos.
I tried something with one photo but it seems that an imagelist
is a nonvisual object. How can I realize to see a list of photos,
they must be resized to fit.
My test:
imageEdit.New1
Image1.LoadPicture(AppPath & "\cray1.jpg")
ImageEdit.LoadImage (image1.Image)
ImageEdit.Resize(40,40)
Image1.Image = ImageEdit.GetImage("c")
ImageEdit.Saveimage (AppPath & "\th_cray1.jpg","J")
imagelist1.Add("th_cray1.jpg")