am trying to stack pictureboxs each contaning its own set of some other controls, but its not working in koda. the controls seems to go behind the picturebox, so i used the $WS_CLIPSIBLINGS style the man reason am using a pictureboxs is that i have stacked 10 pictureboxes ontop of each other, and need each to hold its controls, i would hide all unnecessary picturebox at runtime and display only the one needed. the effect is that hiding a picturebox, automatically hide its controls. i wo