Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. C / C++ / MFC
  3. Docking dialog bar

Docking dialog bar

Scheduled Pinned Locked Moved C / C++ / MFC
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    Hi, I'm writing an Add-In for Visual C++. I want to create a docking dialog bar of my own, that will dock the Visual C++ window (similarly to the class/resource/file view dialog bar that's already there), but have absolutely no idea how to idea. I've seen another Add-In that did it (it's commercial, so that there's no source code). There's an Add-In on this site (WinTabs) which implements a docking tab control. I tried to look for the way it was done, but the code is rather complicated and big. I'm not even sure whether it would work for a dialog bar. Any help would be greatly appreciated Thanks.

    C 1 Reply Last reply
    0
    • A Anonymous

      Hi, I'm writing an Add-In for Visual C++. I want to create a docking dialog bar of my own, that will dock the Visual C++ window (similarly to the class/resource/file view dialog bar that's already there), but have absolutely no idea how to idea. I've seen another Add-In that did it (it's commercial, so that there's no source code). There's an Add-In on this site (WinTabs) which implements a docking tab control. I tried to look for the way it was done, but the code is rather complicated and big. I'm not even sure whether it would work for a dialog bar. Any help would be greatly appreciated Thanks.

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #2

      For the docking bar see Cristi Posea's class at http://www.codeproject.com/docking/sizecbar.asp.

      A 1 Reply Last reply
      0
      • C Chris Maunder

        For the docking bar see Cristi Posea's class at http://www.codeproject.com/docking/sizecbar.asp.

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Thanks, but this doesn't help much, because what I'm trying to do is create a child window (or a child dialog bar) to a window from another process. Therefore, I have only a CWnd object of that outer window but can't get its CFrameWnd.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups