CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jun 2002
    Posts
    4

    Question 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
  •  





Click Here to Expand Forum to Full Width

Featured