Thanks, you've understood what I want - to bring image to front at runtime. Can I get the order of images on form?
And one more thing:
I'm working on app "identikit" where you have different images like face, hair, eyes, etc. and you build portrait. I have there bitmaps with white background and image transparency set to true, so I can stack images one on anther. I wrote onclick events for images so I can choose image with mouse, but if one image is under transparent part of other image, I cannot choose it. Is there a way how to "ignnore" transparent parts of image and perform onclick on image under it (like in corel draw)?
(I hope I made myself clear...)