Hi,
I have a form. On the form's client area I place a panel
control.The form is panel's parent. I create buttons and
place them on the panel. The panel is parent of the
buttons. I create second panel and place it on the first
panel. The problem is that the buttons of the first panel
are visible and operative, popping through the second
panel. I can hide the buttons programatically but
shouldn't they disappear by themselves after a new control
is placed on them (or their parent)?
Thanks,
joe