I have a frame, inside it a few labels and text boxes. At some point while the program is running I want to move that frame to a different position. Is it possible to move it with all the lables and textboxes without moving each label and textbox?

Recommended Answers

All 2 Replies

Hi,

In design time, Cut the Label Coontrols and the Text Controls and Paste them on the Frame. This way, Frame Acts as a
"Parent Container".
and in Run Time, Just change the Left , Top Position of the Frame, all the other controls within it will be moved along with the frame..

REgards
Veena

works great, thanks for your help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.