I know that using isDialogMessage() function we can able to switch the focus from one control to another. My doubt is
- is it possible to override that the control should focus from first button to third button.
- If possible how to customize WS_TABSTOP property
I also like to know that on what basis the focus is shifted from control to control.
How to set the tabindex property for each control?