Click to See Complete Forum and Search --> : tab order


oren y
April 15th, 1999, 09:57 AM
hi,
how can i change the control's tab order in code?
oren.

Paul McKenzie
April 15th, 1999, 12:00 PM
The tab order depends on the z-order of the controls. Use SetWindowPos() to change the z-order of the controls.

Regards,

Paul McKenzie

Fabian
April 15th, 1999, 01:31 PM
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

oren y
April 18th, 1999, 12:48 AM
hi,
i realy ment in run-time, but thanks for answering.
oren.

oren y
April 18th, 1999, 12:49 AM
hi,
thank you, it helps.
oren.