Search code examples
c++wizardcpropertysheet

Tool to create wizards in C++


The MFC concept (using PropertySheet / PropertyPages) to build a wizard has let me down many times and for several reasons. I googled the subject somewhat but could not turn up with any library or tool that would help me create my wizards easier.

Any recommendations would help a lot.


Solution

  • Did you look at this article:

    http://www.codeguru.com/cpp/w-d/dislog/wizards/article.php/c5083/

    LogicNP Software