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. General Programming
  3. C / C++ / MFC
  4. Simple Tab Control without using frames and child dialogs

Simple Tab Control without using frames and child dialogs

Scheduled Pinned Locked Moved C / C++ / MFC
csharptutorialc++visual-studiowpf
4 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hello, I have a big problem about creating a Simple Tab View Control in a MFC CDialog Dialog window. I must not create additional child dialogs to use in Tab Control because the Tab View must be kind of dynamic. Because of window resizing and manual control drags. Please tell me with code and or tutorial, how to create a MFC CDialog compatible Tabbed View control which doesn't uses any child dialog templates which we need to create in resource file. I am using Visual Studio .NET 2003. Respectively, Tushar Tushar Arora

    Y 1 Reply Last reply
    0
    • L Lost User

      Hello, I have a big problem about creating a Simple Tab View Control in a MFC CDialog Dialog window. I must not create additional child dialogs to use in Tab Control because the Tab View must be kind of dynamic. Because of window resizing and manual control drags. Please tell me with code and or tutorial, how to create a MFC CDialog compatible Tabbed View control which doesn't uses any child dialog templates which we need to create in resource file. I am using Visual Studio .NET 2003. Respectively, Tushar Tushar Arora

      Y Offline
      Y Offline
      Y_R
      wrote on last edited by
      #2

      Hi, If I understands correct what you are seeking is a way to create a Tab whitout a dialog. You can just put a tab control in your View class and than create that control with its Create method. Just check the MSDN for the tab control (CTab). They have really good explanations. If you still having trobules tell me and I will try to find a program that will help you.

      Sincerely yours Y.R.

      L 1 Reply Last reply
      0
      • Y Y_R

        Hi, If I understands correct what you are seeking is a way to create a Tab whitout a dialog. You can just put a tab control in your View class and than create that control with its Create method. Just check the MSDN for the tab control (CTab). They have really good explanations. If you still having trobules tell me and I will try to find a program that will help you.

        Sincerely yours Y.R.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Hello, You have advised me to look for "CTab" in MSDN but I haven't found any "CTab" class niether in Visual Studio nor in MSDN. I am using Visual Studio .NET 2003, and MSDN June 2005. I still need a code to create a Tabbed Control which doesn't need any Child Dialog templates to put in. Please help me. tushar

        Tushar Arora

        Y 1 Reply Last reply
        0
        • L Lost User

          Hello, You have advised me to look for "CTab" in MSDN but I haven't found any "CTab" class niether in Visual Studio nor in MSDN. I am using Visual Studio .NET 2003, and MSDN June 2005. I still need a code to create a Tabbed Control which doesn't need any Child Dialog templates to put in. Please help me. tushar

          Tushar Arora

          Y Offline
          Y Offline
          Y_R
          wrote on last edited by
          #4

          I guess you are using MFC.... Where I have written CTab I should have written CTab... (I didnt checked the full name). Anyway after a little check in the msdn site I found this page http://msdn2.microsoft.com/en-us/library/hfshke78(VS.80).aspx It contains info about the CTabCtrl. Though the site is good I prefer the help in the program(VS) (just write CTabCtrl in the index). If you still having troubles try to search for CTabCtrl in CodeProject they have a lot of usefull articles. Hope I helped.

          Sincerely yours Y.R.

          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