Placing tabs on CDialogBar

Could any one help me with how to place Tabs on a Dialog bar control in an MFC based SDI application
Thank you



Answer this question

Placing tabs on CDialogBar

  • Ngangom

    What is the idea behind that Do you want a dockable window that shows more views like the Output dock windoiw in VC6 Or do you just need Tabs for switching views.

    Tab windows in a dialog bar alone doesn't make much sense to me. Simple buttons would be sufficient, or use use a real CTabCtrl inside the CDialogBar. Even this is possible.



  • Kunal priyadarshi

    I would like to place tabs on the Dialog Bar.The tabs can be switched using the main frame menu,and each tab has different controls for specific functions.I request you to kindly tell me how to implement this using "Code Jockey Library",which has ready to use classes for tabs etc.
    Thank You very much


  • Placing tabs on CDialogBar