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. Adding more than 9 pages to a Wizard created using VC++ 6.0

Adding more than 9 pages to a Wizard created using VC++ 6.0

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
7 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.
  • S Offline
    S Offline
    Subhobroto
    wrote on last edited by
    #1

    Hi The Wizard component that comes in with VC++ 6 does not let me add more than 9 pages ? Why such an odd restriction and how to I get to add as many pages as I like ?

    N 1 Reply Last reply
    0
    • S Subhobroto

      Hi The Wizard component that comes in with VC++ 6 does not let me add more than 9 pages ? Why such an odd restriction and how to I get to add as many pages as I like ?

      N Offline
      N Offline
      Naveen
      wrote on last edited by
      #2

      but u can added as many pages as u want by simply creating a new class derived from CPropertyPage and adding that page to the Property sheet using CPropertySheet ::AddPage()... nave

      S 1 Reply Last reply
      0
      • N Naveen

        but u can added as many pages as u want by simply creating a new class derived from CPropertyPage and adding that page to the Property sheet using CPropertySheet ::AddPage()... nave

        S Offline
        S Offline
        Subhobroto
        wrote on last edited by
        #3

        You mean I have to add the pages MANUALLY ?? Why cannot I ask VC++ to create a wizard with 99 pages, if I want to ? Do they still havr this limitation in VC++ 7 and 8 ?

        N 1 Reply Last reply
        0
        • S Subhobroto

          You mean I have to add the pages MANUALLY ?? Why cannot I ask VC++ to create a wizard with 99 pages, if I want to ? Do they still havr this limitation in VC++ 7 and 8 ?

          N Offline
          N Offline
          Naveen
          wrote on last edited by
          #4

          Subhobroto wrote:

          in VC++ 7 and 8 ?

          i haven't worked in VC++ 7

          nave

          S 1 Reply Last reply
          0
          • N Naveen

            Subhobroto wrote:

            in VC++ 7 and 8 ?

            i haven't worked in VC++ 7

            nave

            S Offline
            S Offline
            Subhobroto
            wrote on last edited by
            #5

            So you have first hand experience of this problem since you used VC++ 6 ? Let's continue this discussion on YAHOO! Messenger shall we ? I'm going to email you

            N 1 Reply Last reply
            0
            • S Subhobroto

              So you have first hand experience of this problem since you used VC++ 6 ? Let's continue this discussion on YAHOO! Messenger shall we ? I'm going to email you

              N Offline
              N Offline
              Naveen
              wrote on last edited by
              #6

              sorry i dont have yahoo here... :^) but one thing I hate with the VC++ wizard creating the property page is that, all the pages are created in the same file. So often i create only one page using the wizard and add all other pages manually. Also i dont know why they kept a limit of 9 in the wizard.

              nave

              S 1 Reply Last reply
              0
              • N Naveen

                sorry i dont have yahoo here... :^) but one thing I hate with the VC++ wizard creating the property page is that, all the pages are created in the same file. So often i create only one page using the wizard and add all other pages manually. Also i dont know why they kept a limit of 9 in the wizard.

                nave

                S Offline
                S Offline
                Subhobroto
                wrote on last edited by
                #7

                So in order for me to try what you suggest I have to use the Classwizar to add a derived class and EVRYTHING that the Wizard wizard creates for me will be created (Messagemaps and all) ? What so you say... Can you send me a small such demo app (a few snippets to help me out will do) And can I get back to you in the next 2 hours (because I will be trying your method during this time) Please tell me...

                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