Hey All,
I thought a bit about why we should be using Wizards instead of Dialogs.
Firstly, the claim was made that Dialogs are easier because we don't have
multiple pages to begin with. Looking at every dialog committed into the
repository so far, each one has an associated page. Each page or part is
not using any interface or base class and is being implemented in its own
way everytime.
If we need to implement pages and parts to build a dialog, then we should
just use the Wizard interface and benefit from the Page base classes. There
is no difference in code amount, and it simplifies things.
--
Patrick
|