Hmm, normally, I just cut all those controls out and delete the GroupBox. But, it's not easy all the time, so me just wondering if there was a way to do it without touching the child controls.
Remove the relationship? Or other otions?
Eternal Newbie 30 Newbie Poster
Recommended Answers
Jump to PostI'm pretty sure the controls will be deleted with their parent. One option you have is to remove the controls from the parent control and place it in a different one or the form itself
For Each c As Control in GroupBox1.Controls Me.Controls.Add(c) Next
You may …
Jump to PostYou will have to expand the border (probably both form and container) to see the hidden controls, then copy/paste them from the container onto the form.
Jump to PostHi,
You can use the dropdown on the properties window to select any controls or forms, even ones you can not see on the screen (simply scroll to the one you want,) upon being selected it will become active and you can cut and paste etc.
All 12 Replies
tinstaafl 1,176 Posting Maven
Eternal Newbie 30 Newbie Poster
tinstaafl 1,176 Posting Maven
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Eternal Newbie 30 Newbie Poster
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Eternal Newbie 30 Newbie Poster
|-|x 126 Junior Poster in Training
Eternal Newbie 30 Newbie Poster
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
G_Waddell 131 Posting Whiz in Training
Eternal Newbie 30 Newbie Poster
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.