hi,
how can i change the control's tab order in code?
oren.
Printable View
hi,
how can i change the control's tab order in code?
oren.
The tab order depends on the z-order of the controls. Use SetWindowPos() to change the z-order of the controls.
Regards,
Paul McKenzie
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
hi,
i realy ment in run-time, but thanks for answering.
oren.
hi,
thank you, it helps.
oren.