I am trying to achieve an interface similar to old versions of Access, which embeds forms inside forms inside forms.
I have a form (Form1) and TPanel (Panel1) inside it. I created two other forms and said that their Parent=Panel1;
The problem is that I cannot activate Form2 (put her in front of Form3) unless I click its title bar. Clicking on the form itself has no effect, no even when dragging the form it will still be behind Form3, and I need when I click the form or drag it to automatically becomes "active", meaning in front of Form3.
How to do this? Both Delphi & C++ Builder solutions are acceptable.