How can i "link" a scroll bar to a frame so that the scroll bar isa member of the frame? I have created the two controls using the toolbox but i would like the frame to be the parent of the scroll bar so i can use the position of the scroll bar in my code. I have tried Frame1.Controls.Add(HScrollBar1) But HScrollBar1 Is not a member of Frame1 when i try and use a line like: Frame1.HScrollBar1.Visible = True. How can i link them together?
Cordialement,
Miller
If you're not living on the edge, you're taking up too much room