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

Thread: tab order

  1. #1
    Join Date
    May 1999
    Posts
    28

    tab order

    hi,
    how can i change the control's tab order in code?
    oren.


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: tab order

    The tab order depends on the z-order of the controls. Use SetWindowPos() to change the z-order of the controls.

    Regards,

    Paul McKenzie


  3. #3
    Join Date
    Apr 1999
    Posts
    21

    Re: tab order

    If you are asking about tab order in design time, just do ctrl + D and you can change the tab order just cliking the controls in the order you want them.

    Fabian


  4. #4
    Join Date
    May 1999
    Posts
    28

    Re: tab order

    hi,
    i realy ment in run-time, but thanks for answering.
    oren.


  5. #5
    Join Date
    May 1999
    Posts
    28

    Re: tab order

    hi,
    thank you, it helps.
    oren.


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