Hi,
I am building form with dynamic insert of controls (such as Frame and Labels).
I've tried to put Frame on the Form, another Frame on the Frame, and afterwards a Label on the last Frame by using the Controls.Add method.
The problem is that the Label disappear to the back of the Frame.
Using the ZOrder method wouldn't help.
Hoe can it be done?