This isn't how the Wizard97 spec calls for a wizard to be implemented -- it calls for the Finish button to replace the Next button.
If you want them both visible at the same time, remove the bit in SetWizardButtons where it hides the Finish button, and move the buttons around so that they don't overlap.
Re: Finish disabled
This isn't how the Wizard97 spec calls for a wizard to be implemented -- it calls for the Finish button to replace the Next button.
If you want them both visible at the same time, remove the bit in SetWizardButtons where it hides the Finish button, and move the buttons around so that they don't overlap.