Click here to Skip to main content
Click here to Skip to main content

Wizard2000 - Wizard 97 Property Sheets

By , 9 Mar 2000
 
  • Download demo project - 16 Kb
  • Download source files - 65 Kb
  • Introduction to the Wizard 97

    The Platform Internet SDK along with its all other Goodies adds a new Property Sheet Wizard User Interface. It could enhance your user interface by supporting a watermark background bitmap and a bitmapped header for the property page.

    The attached sample demonstrates an application whose main window is a Wizard 97 based property sheet.

    Microsoft has included two new classes for the purpose:

    • CPropertySheetEx - CPropertySheet enhancing the current property sheet to support a watermark background bitmap and a bitmapped header.
    • CPropertyPageEx - CPropertyPage enhancing the current property page to determine whether the page requires a header or a watermark background.

    Sample Screen shots of the test application:


    After building a bitmap handle to the Watermark and the Header bitmap it is passed to the constructor to the extended property sheets constructor.

    CPropertySheetEx(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0,
                     HBITMAP hbmWatermark = NULL, HPALETTE hpalWatermark = NULL,
                     HBITMAP hbmHeader = NULL);
    

    Also the flags for the property sheet header flags should include the PSH_WIZARD97 style in the constructor.

    m_psh.dwFlags |= PSH_WIZARD97;
    

    Also the flags for the property page header could include the PSP_HIDEHEADER style in the constructor to prompt that no header is required (the header bitmap is not displayed example in the welcome page - 1st page).


    License

    This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

    About the Author

    Santosh Rao
    Architect
    India India
    Member
    1993 started with Computers
     
    BE(Computer Science) and MS (Software Systems)
     
    Industry Experience: 10 Years
     
    C, C++, VC++(MFC), .NET, C#, MTS, Queuing, ASP.NET, AJAX, Java, J2EE, SunOne, JMS
     
    Banking, Insurance & Pension,Health Care

    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
    You must Sign In to use this message board.
    Search this forum  
        Spacing  Noise  Layout  Per page   
    GeneralIt does not work if compiling with visual studio.net 2003.memberHongweijia15 Dec '04 - 11:15 
    GeneralRe: It does not work if compiling with visual studio.net 2003.memberHongweijia15 Dec '04 - 12:07 
    GeneralWIZARD97 and 256 coloursmemberPhil Swann14 May '01 - 5:21 
    GeneralRe: WIZARD97 and 256 coloursmembercirdannadric23 Sep '03 - 6:36 
    GeneralProblemssussWill Baldwin16 Sep '00 - 16:25 
    GeneralRe: ProblemsmemberAnonymous20 Dec '00 - 17:07 
    GeneralRe: Problems - Workaround / SolutionmemberCamiel6 Jun '01 - 8:12 
    GeneralRe: Problems - Workaround / SolutionmemberHongweijia15 Dec '04 - 11:36 
    GeneralRe: Problems - Workaround / SolutionsussDVProgramms3 Feb '05 - 9:59 
    GeneralWizard97 - adding pages after DoModal()sussMiri B.21 Jun '00 - 23:27 
    GeneralRe: Wizard97 - adding pages after DoModal()memberrm223 Oct '04 - 2:07 
    GeneralWin 95 Dosent Display Bitmaps...sussAamir17 May '00 - 2:42 
    GeneralRe: Win 95 Dosent Display Bitmaps...sussPat Laplante22 May '00 - 7:18 
    GeneralRe: Win 95 Dosent Display Bitmaps...sussAndy Metcalfe27 Sep '00 - 23:20 
    GeneralDon't worksussAlin15 Mar '00 - 23:18 
    GeneralRe: Don't worksussSantosh Rao16 Mar '00 - 0:59 
    GeneralRe: Don't worksussSantosh Rao16 Mar '00 - 1:06 
    GeneralOh why...sussPaul Selormey12 Mar '00 - 14:59 
    GeneralRe: Oh why...sussSantosh Rao12 Mar '00 - 17:06 
    I have actually included some documentation
    in the source files download, file: Wizard95.htm.
     
    I will also mail request submit@codeproject.com to include
    a few more excerpts from the documentation that i have
    included.
     
    Hope that should help, if you would like to see
    any more descriptions or suggestions in comments,
    i will be most glad to share with all.
     
    Warm Wishes
    Santosh Ra

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Permalink | Advertise | Privacy | Mobile
    Web02 | 2.6.130516.1 | Last Updated 10 Mar 2000
    Article Copyright 2000 by Santosh Rao
    Everything else Copyright © CodeProject, 1999-2013
    Terms of Use
    Layout: fixed | fluid