Property Sheet and Wizard
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?

