Probably, this is not only WinCE related, but I just tried to use "advanced" TImage, but with no success. What I want to do is to put TImage on top off all components in e.g. TPanel...
So, I have one "full screen" Panel1 TPanel (alClient in the form), one smaller TPanel (alTop of the previous Panel1) and one TListBox (alClient in Panel1).
What I want to do is to put (and see in run-time) an TImage, absolutely positioned in upper left corner of Panel1... of course, it is not visible when put in Panel1, since Panel2 (top aligned) overwrites it.
What would be the right way to do that?
I tried coding (onCreate of the form), .BringToFront on TImage etc., but it is always overwritten by Panel2 and ListBox (height of the image is higher than height of top-aligned panel, so that image should be partialy over both panel2 and Listbox.
Is it possible at all?