zorder of the controls (the order in which they appear in the dialog definitions.Code between BEGIN DIALOG and END DIALOG) mainly determines the tab order.
You can of course also change that by removing WS_TABSTOPÂ style on certain controls in the dialog styles editor.
But in doing so ,it makes it so that control is no longer able to be move to by pressing the tab button
the other way to effect tab order is by adjusting the zorder of the controls.
You can of course also change that by removing WS_TABSTOPÂ style on certain controls in the dialog styles editor.
But in doing so ,it makes it so that control is no longer able to be move to by pressing the tab button
the other way to effect tab order is by adjusting the zorder of the controls.