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. Problem with wizard type application

Problem with wizard type application

Scheduled Pinned Locked Moved C / C++ / MFC
helpcomtutorial
2 Posts 2 Posters 1 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.
  • R Offline
    R Offline
    rajeevktripathi
    wrote on last edited by
    #1

    HI All Working on a wizard type dilaog application and taken the idea of creating wizard from the below link http://www.codeproject.com/dialog/wizard2000.asp Here having one problem: what I am doing is that Suppose right now on property page number 3 and performing some operaion, after finishing operation want to jump on the next page (number 4) automatically, without clicking on the Next Button. For this using SetActivePage(int i) function. but this function throws exception. One more thing that when I jump from Page 3 to Page 2 it jumps successfully, problem is with the pages ahead. So Please tell me that how to jump over the next page in the wizard automatically Please help. Thanks

    B 1 Reply Last reply
    0
    • R rajeevktripathi

      HI All Working on a wizard type dilaog application and taken the idea of creating wizard from the below link http://www.codeproject.com/dialog/wizard2000.asp Here having one problem: what I am doing is that Suppose right now on property page number 3 and performing some operaion, after finishing operation want to jump on the next page (number 4) automatically, without clicking on the Next Button. For this using SetActivePage(int i) function. but this function throws exception. One more thing that when I jump from Page 3 to Page 2 it jumps successfully, problem is with the pages ahead. So Please tell me that how to jump over the next page in the wizard automatically Please help. Thanks

      B Offline
      B Offline
      Blake Miller
      wrote on last edited by
      #2

      You get exception because dialog for the 'next' page has not been created yet. I usually send a 'faked' next button press to the parent of wizard pages and it 'thinks' the user has pressed next button. That seems to always work out well. I've seen better runs in my shorts! - Patches O'Houlihan

      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