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. Property sheet in MDI project

Property sheet in MDI project

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

    Does anyone know how to change the standard view in the MDI project with a Property sheet (wizard style)? :confused:

    J M 2 Replies Last reply
    0
    • D d_kilshtein

      Does anyone know how to change the standard view in the MDI project with a Property sheet (wizard style)? :confused:

      J Offline
      J Offline
      jhwurmbach
      wrote on last edited by
      #2

      You can find a class 'CPropertySheetView' here[^] at CP. But I have no idea if it can be used as a Wizard.


      My opinions may have changed, but not the fact that I am right.

      1 Reply Last reply
      0
      • D d_kilshtein

        Does anyone know how to change the standard view in the MDI project with a Property sheet (wizard style)? :confused:

        M Offline
        M Offline
        Mil10
        wrote on last edited by
        #3

        hi Just declare a member variable of your propertysheet class in the view class, override OnInitialUpdate, create the member propertysheet as a child. void CMdiView::OnInitialUpdate() { CView::OnInitialUpdate(); CMySheet *m_pMySheet = new CMySheet("foooo"); m_pMySheet->Create(this,WS_CHILD|WS_VISIBLE,0); } best wishes..mil10

        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