Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
There are a ton of examples of how to use it and variants of it here:
http://www.codeguru.com/cpp/controls/propertysheet/
Tom
"neeru" <neeraj...@gmail.com> wrote in message
news:8469ff03-faea-4503...@l33g2000pri.googlegroups.com...
It's been awhile, but I have not been successful at adding pages to the
property sheet, say when the Next button is clicked. I've only been
successful at adding pages prior to showing the property sheet. So I add
all possible pages at the start, then jump over the unwanted pages by
returning the desired page id in CPropertyPage::OnWizardNext(), etc.
-- David