Hello,
I have a very simple VCL-program that has a main form and a second form that is managed from the main form using Show and Hide. That works fine. It was suggested that the second form should be placed behind the main form, ie only partly hidden, to make it a bit more usable. Also switching form should only require a click on the form. I thought that changing the z-order would be a simple thing but I always end up with the second form on top of the first form. I’ve tried BringToFront, SetWindowPos etc. but no progress. I must be doing something wrong, but what?
I'm using CPB 10.3.1.
Thanks