|
-
February 14th, 2003, 04:21 PM
#1
How can I include a toolbar in the tab order of a dialog box?
Hello,
I create several toolbars in the WM_INITDIALOG handler of a modal dialog box.
Although the toolbars have WS_TABSTOP style set, I cannot include them in the tab order. That is, when navigating among dialog box controls with TAB key the toolbars never get the focus.
What should I do to enable tabstop for the toolbars (and eventually for the toolbar buttons, although I would be happy also to get to the toolbar with TAB key and then navigate inside the toolbar with arrow keys) ?
Thank you.
Last edited by stefan_tzanev; February 14th, 2003 at 04:24 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|