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

Search:

Type: Posts; User: VictorN

Search: Search took 1.01 seconds.

  1. Re: How can I determine where my CControlBar is now docked?

    How did you find out that
    How does your code look like?
  2. Re: How can I determine where my CControlBar is now docked?

    Well, in yor OP you asked about CControlBar ...
    Now you ask about some other ("black box" for the most of us) class :confused:
    Why don't you ask the author of this article?
  3. Re: How can I determine where my CControlBar is now docked?

    I already pointed out that the last bar position (the "most recent docked position") is saved in CControlBarInfo::m_rectMRUDockPos member.
  4. Re: How can I determine where my CControlBar is now docked?

    And would you like? :confused:
    Your OP sounds:So the CFrameWnd::GetDockState gives you the CDockState object, CDockState::m_arrBarInfo contains pointers to the stored control bar information...
  5. Re: How can I determine where my CControlBar is now docked?

    No! It is CFrameWnd::SaveBarState that "saves the status in the registry".
    And CFrameWnd::GetDockState stores state information about the frame window's control bars in a CDockState object you are...
  6. Re: How can I determine where my CControlBar is now docked?

    Try CFrameWnd::GetDockState
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured