Creating a tabbed view in an SDI

Hi,

      I just want to know how to create a simple tab in a SDI document. Are there any good examples of this I found one in the www.codeproject.com but it was too difficult to understand. Much obliged!



Answer this question

Creating a tabbed view in an SDI

  • Erin Devoy

    I created a document using CView. I can always change the view type. I just started the project a few days ago.
  • GaryAtDVC

    Is this a managed, C++/CLI, MFC, ATL, or Win32 application

  • venkatakrishna

    Do you have a view for the document yet

  • Fadi L

    It is MFC.
  • gurvinder_gill

    I suggest switching to a CFormView view and use the designer to drop a tab control into the view.

    If you're just starting, it's easiest to re-create a project and select CFormView in the wizard than to go back and edit your source files.



  • tht1guy

    "I suggest switching to a CFormView view and use the designer to drop a tab control into the view"

    Is this the only way to do this Is there no code where I can add the tab


  • Creating a tabbed view in an SDI