CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 12 of 12

Threaded View

  1. #12
    Join Date
    Feb 2009
    Posts
    32

    Re: why do the buttons not show?

    Quote Originally Posted by seken1 View Post
    they need to size them selves according to the components in each panel,in the first vertiacal panel i'll have two vertically arranged buttons ,in the second textfields and a textarea,inthe third two button like components with the symbol">> and <<" on them.the last panel is horizontal,that one i can manage,but how do i set the buttons to be in the middle of the panel?
    Use the borderlayout manager. The first vertical panel would go in the west. The second would go in the center. The third would go in the east. The last horizontal panel would go in the south (or north).
    Last edited by Nim; February 21st, 2009 at 06:33 PM.

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

Featured