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?
My question is, is there a way to glue the Frame and Labels to the Picture Box without redoing the whole thing?
Comment