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. ATL / WTL / STL
  4. WTL Wizard problems

WTL Wizard problems

Scheduled Pinned Locked Moved ATL / WTL / STL
c++question
3 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.
  • T Offline
    T Offline
    Tommy2d
    wrote on last edited by
    #1

    Hi! I've created a wizard using WTL but i can't get it to navigate to another page other then using the OnWizardNext overide. Is is possible to navigate to the next page by EG using a Timer function or something? Thanks :)

    M 1 Reply Last reply
    0
    • T Tommy2d

      Hi! I've created a wizard using WTL but i can't get it to navigate to another page other then using the OnWizardNext overide. Is is possible to navigate to the next page by EG using a Timer function or something? Thanks :)

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

      Check out CPropertySheet methods like SetActivePageByID(). Posting your non-working code would help greatly, as well. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

      T 1 Reply Last reply
      0
      • M Michael Dunn

        Check out CPropertySheet methods like SetActivePageByID(). Posting your non-working code would help greatly, as well. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

        T Offline
        T Offline
        Tommy2d
        wrote on last edited by
        #3

        It helps indeed ;-)... The folowing code is called in a thread in which the void pointer contains a pointer to the parent class. int CwizLoginPage::runProcess (void* pThis) { CwizLoginPage * PPointer = (CwizLoginPage*)pThis; CMainWizard tt = (CMainWizard)PPointer->GetParent(); tt.SetActivePageByID(IDD_WIZARD_CHOOSEMODE); return 0; }

        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