IonelBurtan
Programmer
I have a dialog class derived from CAxDialogImpl with a fie controls on it, a tab control and some tabs, each of them being a dialog itself.
All is working ok on it except one thing: the tab order.
That is when the focus is on the tab control - it does not enters the controls on the current tab, but skips to the next control in the main dialog.
That is: the control from the tabs on tha tab control cannot be reached with the keyboard, only with the mouse.
I have tried to capture the OnChar Message on the dialog to take care of VK_TAB myself but, great surprise, the code NEVER enters the OnChar routine. I saw the CHAIN_xxx family macros but I do not know how to use it.
I do not know why,
Any idea or help appreciated,
Code samples appreaciated
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
All is working ok on it except one thing: the tab order.
That is when the focus is on the tab control - it does not enters the controls on the current tab, but skips to the next control in the main dialog.
That is: the control from the tabs on tha tab control cannot be reached with the keyboard, only with the mouse.
I have tried to capture the OnChar Message on the dialog to take care of VK_TAB myself but, great surprise, the code NEVER enters the OnChar routine. I saw the CHAIN_xxx family macros but I do not know how to use it.
I do not know why,
Any idea or help appreciated,
Code samples appreaciated
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...