Beginning VB 6For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Beginning VB 6 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Can some one help me with this.
I am trying to move a group of text boxes and labels together on a form. Is there some container control that will allow me to do this. Trying drag a panel gives me an error msg. And i found notes on the Web it sometimes does that. Is there any other way i can move these controls together. I tried putting it on frame . but the frame shifts byitself without moving the control.
Thank you
Sangeeta
the frame is a good solution.. probably you put the frame and the controls not into the frame but into the form and then move the controls in front of the frame.. did i xplain it well??
anyway, put the frame and them put the controls inside the frame (not into the form and then into the frame)...
then the controls will be attached to the frame...