Software Development Network>> Visual C++>> Tab Order???
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???
Duane Doutel
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
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.