Results 1 to 5 of 5

Thread: GroupBox Array

  1. #1

    Thread Starter
    Addicted Member rkeslar's Avatar
    Join Date
    Jul 2009
    Location
    Pittsburgh, PA
    Posts
    145

    Question GroupBox Array

    I'm working with a vb.net project that was converted to vb.net from vb6. One form has a groupbox array. So I see one frame, but there are several others behind it that I can only see if I drag the contents of the current frame to the side. Is there any way to view all of the frames at one time? I don't know how to edit or add something new to this form. Thanks

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: GroupBox Array

    If they are stacked one over the other, it's hard to view the contents of the ones in the behind without moving the ones on the front.

    But to make things easier, Use the Document Outline window.
    In the Document Outline window, select the groupbox you want to view. Notice that the particular groupbox gets selected on the form. Right-click on it (top left corner) and from popup menu select "Bring To Front".
    This way you won't need to move the groupboxes.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  3. #3

    Thread Starter
    Addicted Member rkeslar's Avatar
    Join Date
    Jul 2009
    Location
    Pittsburgh, PA
    Posts
    145

    Re: GroupBox Array

    Quote Originally Posted by Pradeep1210 View Post
    If they are stacked one over the other, it's hard to view the contents of the ones in the behind without moving the ones on the front.

    But to make things easier, Use the Document Outline window.
    In the Document Outline window, select the groupbox you want to view. Notice that the particular groupbox gets selected on the form. Right-click on it (top left corner) and from popup menu select "Bring To Front".
    This way you won't need to move the groupboxes.
    I think this would be very helpful usually. I can't seem to get the left corner of one that I click because the others are completely on top of it. Using several groupboxes and putting them on top of each other seems like a major pain in the butt. Is there a better way to do this than how it was done? I'm guessing this was the best way to do it when it was done ten years ago in vb6.

  4. #4
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: GroupBox Array

    Maybe this screenshot would explain better what I'm trying to say.

    Name:  selectusingdocumentoutline.JPG
Views: 1021
Size:  373.5 KB
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  5. #5
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: GroupBox Array

    My first question would be: What are you trying to accomplish with a bunch of group boxes stacked? Designing those things would be difficult, but not impossible. I do something like that with panels for mobile apps. Once you get a certain number of them, it turns into a messy chore, but I just put them wherever I need them during design, then move them where they need to be in the Form_Load event.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width