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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Loading different Property Pages in a Property Sheet in Wizard Mode

Loading different Property Pages in a Property Sheet in Wizard Mode

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
2 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.
  • P Offline
    P Offline
    P V Sankaran
    wrote on last edited by
    #1

    Hello All, I wanted to implement a 'Wizard' based property sheet. Below is by plan. 1. In the first page, I will have three option (Option 1, 2 and 3) 2. If user selects 'Option 1' and clicks 'Next', I have to load Page 1. If user selects 'Option 2' and clicks 'Next' I have to load Page 2. If user selects 'Option 3' and clicks 'Next', I have to load page 3. 3. If user comes 'back' and changes the 'option' selection on run time, the page loading should be changed accordingly. Is it possible to implement using MFC? If yes, any help would be really appreciable. Warm Regards, Sankaran

    D 1 Reply Last reply
    0
    • P P V Sankaran

      Hello All, I wanted to implement a 'Wizard' based property sheet. Below is by plan. 1. In the first page, I will have three option (Option 1, 2 and 3) 2. If user selects 'Option 1' and clicks 'Next', I have to load Page 1. If user selects 'Option 2' and clicks 'Next' I have to load Page 2. If user selects 'Option 3' and clicks 'Next', I have to load page 3. 3. If user comes 'back' and changes the 'option' selection on run time, the page loading should be changed accordingly. Is it possible to implement using MFC? If yes, any help would be really appreciable. Warm Regards, Sankaran

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      P V Sankaran wrote:

      Is it possible to implement using MFC?

      Check out the AddPage() and RemovePage() members of CPropertySheet.

      "One man's wage rise is another man's price increase." - Harold Wilson

      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

      "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

      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