Property Sheet and Wizard

Hello. I create own wizard dialog and i have problem with property sheet.

First i make my own main dialog (for handling other wizzard pages) with three buttons (back, next, finish). Second i make example 2 pages (for wizard).

So now i have one main dialog and 2 other pages. Ok... i show this main dialog and when i push next button i want to the other pages (child) show in this main dialog. The problem is in default wizzard scheme - i don't known how to reneme it for my own main dialog.

I write my code in C and WinAPI, but the effect with i like to get is just the same like this tutorial (i don't known MFC) where autor make own main dialog: http://www.dev-archive.com/Cpp/controls/propertysheet/wizards/article.php/c581

For example i use class from this url: http://www.dev-archive.com/forum/showthread.php?t=303828

and in DoDialog i add PSH_WIZARD to psh.dwFlags to create wizard pages.

So maybe someone resolve my problem?
[996 byte] By [nixau] at [2007-11-19 18:28:10]
# 1 Re: Property Sheet and Wizard
Frankly, am confused if you are using windows provided properrty sheet in wizard mode or using your own custom dialog with buttons for back,next,finish
kirants at 2007-11-9 13:19:53 >
# 2 Re: Property Sheet and Wizard
Ok, then what you propose to make good wizard ?
nixau at 2007-11-9 13:21:02 >