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

Thread: tabindex

  1. #1
    Join Date
    Apr 2005
    Posts
    298

    Question tabindex

    If more than one control on the same parent control has the same tab index, the z-order of the controls determines the order to cycle through the controls.

    But is there a way to 'shuffle' them like VS and VB of old?
    If I 'insert' a control, I don't want to renumber everything manually..

  2. #2
    Join Date
    Nov 2004
    Location
    Poland
    Posts
    1,355

    Re: tabindex

    no.

    U can bring it to front or send to back (z-order).
    Or U can arrange tab indexes by switching on "Tab Order" view.

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