Layers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lawrence
    New Member
    • Aug 2006
    • 3

    #1

    Layers

    VB6. I have have a Form, on it I have a Frame in the frame I have a complex set of Labels (120 of them). Now I want to introduce a vertical scroll bar. To do that I need to introduce a Picture Box. I can place the Picture Box and send it to the back but the Scroll Bar only scrolls the Picture Box and not the Frame and Labels. I realise that if I started from scratch with the Picture Box then draw the Frame and draw the 120 Labels I am sure it would work.

    My question is, is there a way to glue the Frame and Labels to the Picture Box without redoing the whole thing?
  • Lawrence
    New Member
    • Aug 2006
    • 3

    #2
    It might be bad form to reply to ones own question but as I have found the solution I thought I'd post it in case any one else can make use of it.
    It only took me about 3 days to find the solution which involved 3 clicks of the mouse. All one needs to do is to Copy and Paste the Frame containing the Labels to the Picture Box. I could kick my self.

    Comment

    Working...