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

    Uncontrollable ToolBar

    I've create a toolbar, splitter window. Part of the button on the toolbar did not respond if I clicked on the right pane and vice versa when I clicked on the left pane. Please advice how to 'globalise' the toolbar so that it will respond to my request wherever and whenever it is pressed.


  2. #2
    Join Date
    May 1999
    Posts
    17

    Re: Uncontrollable ToolBar

    I would guess that you have different views in the splitter panes, and that only buttons that are targeted to the active view are enabled. If you want the buttons activated all the time, then they are probably better directed at the doc rather than a partivular view.


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