Re: Tab order problem

Tech-Archive recommends: Speed Up your PC by fixing your registry



Here is an example: (its kinda old, but the concept is the same)

http://www.codeguru.com/cpp/w-d/dislog/modelessdialogs/article.php/c1889/

In addition to setting the control flag for the child dialog, the thing to
note is that you can use SetWindowPos to change the tab order so that your
dialog would actually be in correct tab order.

AliR.

"lencastro" <lencastro@xxxxxxxxx> wrote in message
news:1171436963.217642.18570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a dialog box (MAIN) with two buttons( Ok ,Cancel) and a tab
control.
In the tab control I have two tabs with corresponding pages.(page
style->child)
One of the pages contains three text boxes.

My problem is that the tab order runs within the page only and does
not go to the Ok button. Similarly, in the dialog box(MAIN), the tab
order is omitting the tab control.The focus is between 'Ok' and
'Cancel' only.

How to make this work?
Thank you...



.


Quantcast