CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Oleksii

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    8,889

    Re: Make undockable

    I founded that one, with CDialogBar it's not that simple )

    So finally I decided this way - I dock every control, but after that I just handle mouse events for my CDialogBar to prevent it from...
  2. Replies
    10
    Views
    8,889

    Re: Make undockable

    When I do DockControlBar to CDialogBar, it can be undocked, when just create it, adding third parameter when I create other controls doesn't help - CDialogBaris still under all other controls
  3. Replies
    10
    Views
    8,889

    Re: Make undockable

    Yes, it is shown in the first post.

    I describe the problem again:
    I have several CControlBars. All of them must bu on the top of my frame. And first from the top must be CDialogBar, but that...
  4. Replies
    10
    Views
    8,889

    Re: Make undockable

    And if I want to have several CControlBars in my Frame, and other ones I docked to the top, if I create DialogBar this way, it is always below docked one, how can I make it to be on the very top?
  5. Replies
    10
    Views
    8,889

    Re: Make undockable

    thanks
  6. Replies
    10
    Views
    8,889

    Make undockable

    I want to dock CDialogBar to the top of window in the code, and after that how can I make it impossible to dock-undock it with the mouse when app is running?

    When I write
    ...
  7. Replies
    12
    Views
    3,974

    Re: Catching OnClose message for CDialogBar

    And can you tell how to make undockable dialog bar? I want to dock it to the top of window in the code, and after that how can I make it impossible to dock-undock it with the mouse when app is...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured