Frames & Labels

Tech-Archive recommends: Fix windows errors by optimizing your registry



A Form has a Frame which encapsulates 15 TextBoxes & 15 Labels. After
adding the controls on the Form, I decided to group the 15 TextBoxes &
the 15 Labels into 3 groups so that each group has 5 TextBoxes & 5
Labels.

I would like to differentiate the 3 groups visually using Frames which
means I will have to add 3 more Frames. In each Frame, there will be 5
TextBoxes & 5 Labels. The problem is when I add the Frames over the
already present TextBoxes & Labels, then the TextBoxes & Labels get
hidden behind the Frames.

When I right-click the Frames & click 'Send to Back' to make the
TextBoxes & Labels visible, the TextBoxes become visible but the
Labels still remain hidden. Right-clicking the Labels (by selecting
them one by one using the 'Properties' window) & clicking 'Bring to
Front' doesn't resolve the issue; the Labels still remain hidden
behind the Frames & hence aren't visible.

How do I make the Labels visible over the Frames without having to
delete all the existing Labels & adding new ones right from the
scratch?

.



Relevant Pages

  • Re: text box control
    ... with a number of lables above textboxes, ... special form and lasso however many labels and textboxes you need, ... for your controls, which also could be set up on that special form. ... the form itself can provide public Enums to index those arrays: ...
    (microsoft.public.vb.general.discussion)
  • Re: phantom contols
    ... If the controls are not visible on the read layout page, ... dependent labels and textboxes. ... I tried setting all visible properties to true, but the labels ... named limitedbymembernumber. ...
    (microsoft.public.office.developer.outlook.forms)
  • Re: Form Controls; setting properties based on cell values
    ... No, Labels are not by default members of a Labels collection, Textboxes are ... They are all "controls". ... I've labeled the form controls using numeric ...
    (microsoft.public.excel.programming)
  • Re: any fix to redraw problem yet?
    ... Doesn't that lead to difficulties if the labels are on page frames and ... where labels and controls with labels like option buttons and checkboxes, ... refreshes, become very icky looking, sort of bold-faced, only uglier. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Frames & Labels
    ... means I will have to add 3 more Frames. ... TextBoxes & 5 Labels. ... Right-clicking the Labels (by selecting ...
    (microsoft.public.vb.general.discussion)