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. change style of Tab Control in property sheet

change style of Tab Control in property sheet

Scheduled Pinned Locked Moved C / C++ / MFC
help
5 Posts 3 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.
  • M Offline
    M Offline
    Manjunath S
    wrote on last edited by
    #1

    Dear all, I changed tab style to display vertically at the rightside of the property page using TCS_RIGHT. But it is not visible first time the dialog appears and when i click any of the tab in the group ,all the tabs will appears. The problem is the text in the tab control is still displaying in horizontal style Regards Manjunath S

    Manjunath S GESL Bangalore

    M 1 Reply Last reply
    0
    • M Manjunath S

      Dear all, I changed tab style to display vertically at the rightside of the property page using TCS_RIGHT. But it is not visible first time the dialog appears and when i click any of the tab in the group ,all the tabs will appears. The problem is the text in the tab control is still displaying in horizontal style Regards Manjunath S

      Manjunath S GESL Bangalore

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      Are you using common controls version 6? If so, then the tab control no longer supports the left/right styles.

      --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

      M 2 Replies Last reply
      0
      • M Michael Dunn

        Are you using common controls version 6? If so, then the tab control no longer supports the left/right styles.

        --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

        M Offline
        M Offline
        Mark Salsbery
        wrote on last edited by
        #3

        Michael Dunn wrote:

        ...common controls version 6? If so, then the tab control no longer supports the left/right styles.

        Really? Is this because of the "This style is not supported if you use visual styles" restriction?

        M 1 Reply Last reply
        0
        • M Michael Dunn

          Are you using common controls version 6? If so, then the tab control no longer supports the left/right styles.

          --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          :laugh: Never mind - I see it under TCS_BOTTOM, which is the first place I'd look if I wanted tabs on the right :rolleyes: Thanks for the heads-up!

          1 Reply Last reply
          0
          • M Mark Salsbery

            Michael Dunn wrote:

            ...common controls version 6? If so, then the tab control no longer supports the left/right styles.

            Really? Is this because of the "This style is not supported if you use visual styles" restriction?

            M Offline
            M Offline
            Michael Dunn
            wrote on last edited by
            #5

            Yes, that's what "This style is not supported if you use visual styles" means - that style bit gets ignored when you use common controls v6.

            --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

            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