Tab Order???

Hi,
I like to arrange tab order of the user interface in order. I am writing an MFC program in VS 2003 Net. Can you please help me
Thanks,
vcboy


Answer this question

Tab Order???

  • Duane Doutel

    Do you want to set tab order in a dialog
    If yes, then the easiest way is: in the 'Resource View' click on dialog template, then choose 'Format/Tab Order' menu item or press Ctrl+D.

  • TakaKami0000

    Thank you.
  • AlexCr

    You can use SetWindowPos to change the Z-Order of the windows/controls. Most easier is to create the windows in the sequence you want to have them.



  • Tab Order???