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

Thread: Component order

  1. #1
    Join Date
    May 1999
    Posts
    27

    Component order

    Hi,

    How can set a component over or under another componenent ?

    For exemple, I have 2 buttons which are crossed, and I want the button 1 to be over the button 2.
    There is nothing like "Back" or "Front" in the resource !!


    Thanks in advance.

    Frédéric Naudeau.



  2. #2
    Join Date
    May 1999
    Location
    West Sussex, England
    Posts
    1,939

    Re: Component order

    The component order is the same as the tab order for the controls. When you are editing a dialog resource you can set the tab order by pressing Ctrl and D. You then click on the controls in the order you wish them to be in. If you want button 1 in from of button 2, then button 1 has to be before button 2 in the tab order.

    Is this the information that you need ?



    Roger Allen
    Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
    Please remember to rate useful answers. It lets us know when a question has been answered.

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