Hello, i have to generate a slideshow with user selected picture by 4 picture on screen (on a second monitor). What is the best solution? I can use 4 TImageEnView components but during loads it flickers too much... so i think is not the appropriate solution :( I have also to place a number on pictures. Some suggestion?
tnx
PS: i do not need to use all transitions... fade is enough.
Basically you need to create your display image off-screen and then assign it to a TImageEnView for display. I.e. create a bitmap, apply a background, draw each of the images and any text and then assign it to ImageEnView1.IEBitmap.
An easier option is to use a TImageEnMView with a 2x2 grid, but you would not have transitions.