I haven't used a panel to hide or show a set of controls before. Now I try it seems not to work.
The panel and its controls show up OK when I show the parent form, and I can interact with the controls.
But when I click the "OK" button and make the panel Visible = False it remains stubbornly visible complete with its controls. I can see my stuff being shown on the form underneath, and interact with it, just as it was before I introduced this panel. But the panel is obstinately in the way!
There is no method for putting the panel to the back of the z-order, and I cannot bring the form to the front (because if I try I get a message telling me to do form.show, which is where I already started!).
What am I doing wrong? OK, if is really difficult I'll post a cut-down version of this 450K program...
Mike.